From 6c4d56cffa29fb51465a0aaa86b82ecca40e0d60 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Thu, 25 Dec 2025 13:56:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E6=95=B4=E4=BD=93=E6=A0=B7=E5=BC=8F]?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E6=95=B4=E4=BD=93=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 8 + src/components/Crontab/day.vue | 2 +- src/components/Crontab/hour.vue | 2 +- src/components/Crontab/index.vue | 6 +- src/components/Crontab/min.vue | 2 +- src/components/Crontab/month.vue | 2 +- src/components/Crontab/second.vue | 2 +- src/components/Crontab/week.vue | 2 +- src/components/Crontab/year.vue | 2 +- src/components/FileUpload/index.vue | 2 +- src/components/HeaderSearch/index.vue | 1 - src/components/RightToolbar/index.vue | 8 +- src/layout/components/Settings/index.vue | 4 +- src/main.js | 2 +- src/utils/generator/html.js | 197 +++++++++++++-------- src/utils/generator/render.js | 85 ++++++--- src/views/business/resource/mjy/comps/ffjlList.vue | 14 +- src/views/business/resource/mjy/comps/mjy/Czrq.vue | 2 +- src/views/business/resource/mjy/comps/mjy/Czyj.vue | 2 +- src/views/business/resource/mjy/comps/mjy/Ff.vue | 2 +- src/views/business/resource/mjy/comps/mjyList.vue | 30 ++-- src/views/business/resource/sj/comps/CzBatch.vue | 2 +- src/views/business/resource/sj/list.vue | 20 +-- src/views/business/resource/yq/list.vue | 12 +- src/views/business/resource/zcg/list.vue | 6 +- src/views/business/template/list.vue | 6 +- src/views/login.vue | 2 +- src/views/monitor/job/index.vue | 30 ++-- src/views/monitor/job/log.vue | 18 +- src/views/monitor/online/index.vue | 8 +- src/views/register.vue | 2 +- src/views/system/config/index.vue | 20 +-- src/views/system/dept/index.vue | 18 +- src/views/system/dict/data.vue | 20 +-- src/views/system/dict/index.vue | 20 +-- src/views/system/logininfor/index.vue | 14 +- src/views/system/menu/index.vue | 16 +- src/views/system/notice/index.vue | 16 +- src/views/system/operlog/index.vue | 16 +- src/views/system/post/index.vue | 18 +- src/views/system/role/authUser.vue | 14 +- src/views/system/role/index.vue | 34 ++-- src/views/system/role/selectUser.vue | 6 +- src/views/system/user/index.vue | 32 ++-- src/views/system/user/profile/resetPwd.vue | 4 +- src/views/system/user/profile/userAvatar.vue | 12 +- src/views/system/user/profile/userInfo.vue | 4 +- src/views/tool/build/CodeTypeDialog.vue | 2 +- src/views/tool/build/IconsDialog.vue | 2 +- src/views/tool/build/RightPanel.vue | 12 +- src/views/tool/build/TreeNodeDialog.vue | 2 +- src/views/tool/gen/importTable.vue | 6 +- src/views/tool/gen/index.vue | 24 +-- 53 files changed, 443 insertions(+), 352 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index abc91a1..59138c2 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -179,3 +179,11 @@ aside { margin-bottom: 10px; } } +.vue-treeselect__control{ + height: 28px !important; + line-height: 28px !important; +} +.vue-treeselect__placeholder, +.vue-treeselect__single-value{ + line-height: 28px !important; +} \ No newline at end of file diff --git a/src/components/Crontab/day.vue b/src/components/Crontab/day.vue index d3faed7..cccf6ed 100644 --- a/src/components/Crontab/day.vue +++ b/src/components/Crontab/day.vue @@ -1,5 +1,5 @@