fix(admin): 尾首概率弹窗尺寸调大为 700x650
This commit is contained in:
@@ -2191,7 +2191,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|||||||
layer.open({
|
layer.open({
|
||||||
type: 1,
|
type: 1,
|
||||||
title: '尾首概率分析',
|
title: '尾首概率分析',
|
||||||
area: ['500px', '380px'],
|
area: ['700px', '650px'],
|
||||||
content: content,
|
content: content,
|
||||||
success: function (layero) {
|
success: function (layero) {
|
||||||
$('#btn-tailheadprob-query', layero).on('click', function () {
|
$('#btn-tailheadprob-query', layero).on('click', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user