shish 10 месяцев назад
Родитель
Сommit
81f5d22b95
1 измененных файлов с 6 добавлено и 5 удалено
  1. 6 5
      hdApp/src/admin/goods/list.vue

+ 6 - 5
hdApp/src/admin/goods/list.vue

@@ -425,24 +425,25 @@ export default {
   }
   
   .tab-icon {
-    font-size: 36upx;
+    font-size: 40upx;
     margin-bottom: 8upx;
     display: block;
   }
   
   .tab-text {
-    font-size: 26upx;
+    font-size: 30upx;
     color: #666;
-    font-weight: 500;
+    font-weight: 600;
   }
   
   &.active {
-    background-color: #e6f7ef;
+    background-color: #bde8d1;
     transform: translateY(-2upx);
     
     .tab-text {
       color: #09C567;
-      font-weight: 600;
+      font-weight: 700;
+      font-size: 32upx;
     }
     
     &:before {