fix(admin): 尾首概率弹窗尺寸调大为 700x650

This commit is contained in:
2026-05-02 15:42:27 +08:00
parent 6c1754417c
commit 182d322b4e
+1 -1
View File
@@ -2191,7 +2191,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
layer.open({
type: 1,
title: '尾首概率分析',
area: ['500px', '380px'],
area: ['700px', '650px'],
content: content,
success: function (layero) {
$('#btn-tailheadprob-query', layero).on('click', function () {