Browse Source

feat: 样式统一

zhangyuhan 4 years ago
parent
commit
fa4d239850
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/PotentialList.vue

+ 4 - 0
src/views/PotentialList.vue

@@ -231,6 +231,10 @@ export default {
     .border-box {
       border: 1px solid #ececec;
       border-radius: 5px;
+      ::v-deep .selector-card .selector-card-content .j-button-item.active {
+        color: #fff;
+        background-color: #2cb7ca;
+      }
     }
     .content-list-box {
       margin-top: 16px;