From b86a3998be91ad1accffd2f50ba28bc78ef7d69d Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 2 Apr 2024 17:51:38 +0800 Subject: [PATCH] dj --- src/assets/css/global_button.css | 23 +++++- src/components/doctorCheck/ButtonList.vue | 6 +- .../doctorCheck/PatientRegisterList.vue | 2 +- .../patientRegister/PatientRegisterEdit.vue | 20 ++--- .../patientRegister/PatientRegisterItem.vue | 18 ++--- src/components/sumDoctorCheck/ButtonList.vue | 12 +-- src/views/charge/charge.vue | 74 ++++++++----------- src/views/doctorCheck/doctorCheck.vue | 4 +- 8 files changed, 78 insertions(+), 81 deletions(-) diff --git a/src/assets/css/global_button.css b/src/assets/css/global_button.css index 1ff559b..522ac82 100644 --- a/src/assets/css/global_button.css +++ b/src/assets/css/global_button.css @@ -1,4 +1,4 @@ -.el-button { +.el-buttonBak { background: #FFF; border: 1px solid #0B663D; /*原始 默认值 1px solid #DCDFE6; */ @@ -26,6 +26,20 @@ border-radius: 4px; */ } +.el-button { + background: #396FFA; + /*原始 默认值 1px solid #DCDFE6; */ + color: #fff !important; + border: none; + /*原始 默认值 #606266 */ + font-weight: 500; + /*原始 默认值 500 */ + font-family: 'NotoSansSC-Medium'; + /*原始 默认值 Arial */ + padding: 10px 5px; + /*原始 默认值 12px 20px */ + min-width: 60px; +} .commonbutton { width: 100px; @@ -49,9 +63,10 @@ background-color: #0046FB; } -.el-button.is-disabled:hover, -.el-button.is-disabled:focus { - background-color: rgba(20, 96, 243, 0.4); +.el-button:hover, +.el-button:focus { + border-color: #c6e2ff; + background-color: #0046FB; } diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 2ad089b..4e74a2a 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -1,5 +1,5 @@