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/app-list/app-card.vue b/src/components/app-list/app-card.vue index ef20ea296ea422b86350ce1514b5c8a2e2835721..f0fbdd7d524ca723b0b529a82c14de5dfb617e48 100644 --- a/src/components/app-list/app-card.vue +++ b/src/components/app-list/app-card.vue @@ -3,7 +3,7 @@ -
+
@@ -27,15 +27,14 @@ 上线时间: - +