From 3364cb185855541246a93f8663efe197597df170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=B8=86?= <201379873@qq.com> Date: Wed, 19 Jun 2024 10:21:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E9=87=8D=E5=8F=A0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 6892279..bc0f7d7 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -6,7 +6,7 @@ :data="dataList" :columns="columns" :loading="loading" - :scroll="{ x: '100%', y: '100%', minWidth: 1000 }" + :scroll="{ x: '100%', y: '100%', minWidth: 1200 }" :pagination="pagination" :disabled-tools="['size']" :disabled-column-keys="['title']"