Browse Source

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

wenmenghao 2 năm trước cách đây
mục cha
commit
37a6693a8c
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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%;