From dba8d84f2d47a3bdcbec6d2294e6dd8286b5d8cc Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 21 Dec 2023 14:36:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=AF=BC=E5=85=A5=20?= =?UTF-8?q?dialog=20=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/ListTable/TableAction/ImportDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/ListTable/TableAction/ImportDialog.vue b/src/components/Table/ListTable/TableAction/ImportDialog.vue index e48401519..500d22404 100644 --- a/src/components/Table/ListTable/TableAction/ImportDialog.vue +++ b/src/components/Table/ListTable/TableAction/ImportDialog.vue @@ -8,7 +8,7 @@ :title="importTitle" :visible.sync="showImportDialog" class="importDialog" - width="700px" + width="900px" @close="handleImportCancel" >