From a31ca5cfb6c54a1e81247f13f17285157c00b8e6 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 15:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=B6=88=E6=81=AF=E5=BC=B9?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/views/@default/@layout.js b/web/views/@default/@layout.js index f00dc5f3..a58e59b7 100644 --- a/web/views/@default/@layout.js +++ b/web/views/@default/@layout.js @@ -82,7 +82,7 @@ Tea.context(function () { this.showMessages = function () { teaweb.popup("/messages", { - height: "24em", + height: "28em", width: "50em" }) }