Browse Source

Merge branch 'dev/v1.5.53_wmh' of jianyu/page_bigmember_pc into feature/v1.5.53

wenmenghao 2 years ago
parent
commit
37a6693a8c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/components/common/tabs.vue

+ 4 - 2
src/components/common/tabs.vue

@@ -52,14 +52,16 @@ export default {
 .tabs {
   display: flex;
 }
-
+.tab_item.active .text{
+  color: #2ABED1;
+}
 .tab_item {
   padding: 12px 20px;
   cursor: pointer;
   .text {
     font-size: 16px;
     line-height: 24px;
-    color: #2ABED1;
+    color: #686868;
 
     .line {
       width: 100%;