From 2cefe72878f31e7597c1d61de1e6b1ae30a64395 Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Wed, 27 Dec 2023 14:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E5=8F=8D=E9=A6=88=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/global.scss | 8 ++++++-- src/components/import-dialog.vue | 2 +- src/components/user-info.vue | 16 ++++++++++------ src/views/home/index.vue | 2 +- src/views/home/number-pie-chart.vue | 7 ++++--- src/views/home/time-bar-chart.vue | 2 +- src/views/login/login.vue | 6 +++--- src/views/logs-manage/message-manage.vue | 2 +- .../patients-manage/form/patients-form.vue | 5 ++++- src/views/patients-manage/surgery-info.vue | 6 +++--- src/views/permissions-manage/doctor-manage.vue | 12 +++++++----- src/views/permissions-manage/menu-manage.vue | 2 +- src/views/permissions-manage/role-manage.vue | 10 ++++++---- src/views/system-manage/form/hospital-form.vue | 18 ++++++++++++++++-- src/views/system-manage/hospitals.vue | 11 +++++++---- src/views/system-manage/system-home.vue | 2 +- src/views/system-manage/user-list.vue | 2 +- 17 files changed, 73 insertions(+), 40 deletions(-) diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss index 47a016f..ca06ab2 100644 --- a/src/assets/css/global.scss +++ b/src/assets/css/global.scss @@ -210,7 +210,8 @@ body { height: calc(100% - 170px); margin-top: 10px; .el-table { - color: $main-color; + color: $text1-color; + font-size: 14px; .el-table__header { thead { color: $main-color; @@ -226,7 +227,10 @@ body { .el-button.is-round { height: 28px; padding: 5px 10px; - font-size: 15px; + font-size: 14px; + } + .el-button.is-link { + font-size: 14px; } } } diff --git a/src/components/import-dialog.vue b/src/components/import-dialog.vue index 2ac415d..e10fca9 100644 --- a/src/components/import-dialog.vue +++ b/src/components/import-dialog.vue @@ -1,7 +1,7 @@