diff --git a/src/assets/css/index.css b/src/assets/css/index.css index be6f7d6d1db5b5ed55aec21239bc274833130ae4..62cd98c0c6b3c02d714c2a57c052a8665bdd317e 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -551,6 +551,26 @@ width: 620px!important; .apass_button .el-button.is-disabled:hover { cursor: not-allowed; } +.apass_button .el-button--warning.is-plain { + background-color: #fcefd6; + border-color: #fac266; + color: #e56600; +} +.apass_button .el-button--warning { + background-color: #e56600; + border-color: #e56600; + color: #fff; +} +.apass_button .el-button.is-disabled, +.apass_button .el-button.is-disabled:focus, +.apass_button .el-button.is-disabled:hover { + color: #C0C4CC; + cursor: not-allowed; + background-image: none; + background-color: #FFF; + border-color: #EBEEF5; +} + .apass_table .el-table th > .cell { color: #1a2236; } diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 50ffea6b7c7281f2066b42e2dcdc8b111a39bb41..24a37e540cfc3cdd9ceadaac01931330ce51fbe7 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -49,7 +49,8 @@