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 @@