From 7834169b50d8df901a313d0186e86042bde97d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com> Date: Fri, 18 Oct 2024 14:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=BD=E5=BA=A6=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/html/UserList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/UserList.vue b/src/html/UserList.vue index 2f9969b..f7ea1e0 100644 --- a/src/html/UserList.vue +++ b/src/html/UserList.vue @@ -263,7 +263,7 @@ const handleDeleteSelected = () => { overflow: auto; /* min-height: 650px; */ /* height: 100vh; */ - max-width: 1500px; + max-width: 100%; } .user-table{