From 063583dda1d81f8211b8fbe8fdc8e20abfd1c726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Wed, 15 Mar 2023 16:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8A=82=E7=82=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=92=8CDNS=E5=90=8C=E6=AD=A5=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/views/@default/@layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/views/@default/@layout.js b/web/views/@default/@layout.js index a58e59b7..66bce1b4 100644 --- a/web/views/@default/@layout.js +++ b/web/views/@default/@layout.js @@ -138,7 +138,7 @@ Tea.context(function () { this.showNodeTasks = function () { teaweb.popup("/clusters/tasks/listPopup", { - height: "24em", + height: "28em", width: "54em" }) } @@ -177,7 +177,7 @@ Tea.context(function () { this.showDNSTasks = function () { teaweb.popup("/dns/tasks/listPopup", { - height: "24em", + height: "28em", width: "54em" }) }