From f40e0e6935cb229271b72fff14297018f89b91f6 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Mon, 16 Oct 2023 15:01:27 +0800 Subject: [PATCH] mm --- src/App.vue | 17 +++++++ .../basic-dictionary/MedicalReportType.vue | 2 +- src/views/common-settings/ItemType.vue | 6 +-- src/views/fee-settings/Asbitem.vue | 1 + src/views/fee-settings/Diagnosis.vue | 7 +-- src/views/report/report.vue | 42 +++++++++++---- src/views/user-list/OrganizationUnits.vue | 51 ++++++++++++++++--- src/views/user-list/Role.vue | 27 +++++++++- src/views/user-list/UserList.vue | 12 +++-- 9 files changed, 132 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index 429ca1f..a3140d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,10 +32,27 @@ // background: rgb(235, 235, 235); // opacity: 0.3; } +.addbottom { + color: rgb(65, 137, 104); +} +.editnottom { + color: rgb(65, 137, 104); +} +.determinebottom { + color: rgb(65, 137, 104); +} +.deletebottom { + color: rgb(65, 137, 104); +} +.cancellationbottom { + color: rgb(65, 137, 104); +} + .bulletcommit { background: rgb(203, 236, 226) !important; color: rgb(65, 137, 104) !important; border: 1px solid rgb(65, 137, 104) !important; + border: 2px solid rgb(65, 137, 104); } .el-dialog__title { color: rgb(31, 148, 96) !important; diff --git a/src/views/basic-dictionary/MedicalReportType.vue b/src/views/basic-dictionary/MedicalReportType.vue index 9fb74d8..1b847e4 100644 --- a/src/views/basic-dictionary/MedicalReportType.vue +++ b/src/views/basic-dictionary/MedicalReportType.vue @@ -57,7 +57,7 @@ - +