From 54d7f079ecfc43e4c0b3c57fc8582ab65d0ad6b4 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 25 Sep 2022 08:30:54 +0800 Subject: [PATCH] opt some --- panel/action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/action.js b/panel/action.js index bba85620..a681d97e 100644 --- a/panel/action.js +++ b/panel/action.js @@ -283,7 +283,7 @@ Volcanos(chat.ONLAYOUT, {help: "导出数据", can.onmotion.select(can, can._action, html.DIV_TABS, 0), can.onmotion.select(can, can._output, html.FIELDSET_PLUGIN, 0) }) can.getActionSize(function(height, width) { - can.ConfHeight(height-1*html.ACTION_HEIGHT-2*html.PLUGIN_MARGIN), can.ConfWidth(width-2*html.PLUGIN_MARGIN) + can.ConfHeight(height-2*html.PLUGIN_MARGIN), can.ConfWidth(width-2*html.PLUGIN_MARGIN) }) }, tabs: function(can) {