From 0ace6c0413caf770df7cedd689535b55e8e765e8 Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Sun, 31 May 2026 11:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=A1=E5=9E=8B=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=B7=A6=E4=BE=A7=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/app/dialogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/app/dialogs.css b/web/src/pages/app/dialogs.css index 6a87ada..3ec589a 100644 --- a/web/src/pages/app/dialogs.css +++ b/web/src/pages/app/dialogs.css @@ -106,7 +106,7 @@ padding: 0; background: #f4f7f9; display: grid; - grid-template-columns: 180px 1fr; + grid-template-columns: 250px 1fr; min-height: 0; overflow: hidden; }