From 4be2b5b2cd6be3b2f12a25f9b2a4ba7c9ec47d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Mon, 19 Feb 2024 11:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=BB=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element.scss | 3 +++ src/views/govern/manage/basic/dictionary.vue | 2 +- vite.config.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/element.scss b/src/styles/element.scss index 8058ed3..e6b025a 100644 --- a/src/styles/element.scss +++ b/src/styles/element.scss @@ -130,3 +130,6 @@ } } +.el-select{ + min-width: 220px; +} \ No newline at end of file diff --git a/src/views/govern/manage/basic/dictionary.vue b/src/views/govern/manage/basic/dictionary.vue index bfa4858..5f1262c 100644 --- a/src/views/govern/manage/basic/dictionary.vue +++ b/src/views/govern/manage/basic/dictionary.vue @@ -36,7 +36,7 @@ > - + path.replace(/^\/api/, '') //路径重写,把'/api'替换为'' }