From af67336b420fdee0b8f32be54838854d602a4815 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 27 Jul 2021 17:26:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=AD=97=E6=AE=B5=E7=BC=96?= =?UTF-8?q?=E8=BE=91UI=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/data/FieldEdit.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/dataset/data/FieldEdit.vue b/frontend/src/views/dataset/data/FieldEdit.vue index dacf0f32de..0647d94a02 100644 --- a/frontend/src/views/dataset/data/FieldEdit.vue +++ b/frontend/src/views/dataset/data/FieldEdit.vue @@ -402,8 +402,7 @@ export default { padding: 10px 20px 20px; } .dialog-css>>>.el-dialog{ - width: 70%!important; - min-width: 600px; + width: 800px!important; } .dialog-css>>>.el-dialog__footer{ border-top: 1px solid #eee;