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'替换为'' }