shish 10 miesięcy temu
rodzic
commit
81f5d22b95
1 zmienionych plików z 6 dodań i 5 usunięć
  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 {
   .tab-icon {
-    font-size: 36upx;
+    font-size: 40upx;
     margin-bottom: 8upx;
     margin-bottom: 8upx;
     display: block;
     display: block;
   }
   }
   
   
   .tab-text {
   .tab-text {
-    font-size: 26upx;
+    font-size: 30upx;
     color: #666;
     color: #666;
-    font-weight: 500;
+    font-weight: 600;
   }
   }
   
   
   &.active {
   &.active {
-    background-color: #e6f7ef;
+    background-color: #bde8d1;
     transform: translateY(-2upx);
     transform: translateY(-2upx);
     
     
     .tab-text {
     .tab-text {
       color: #09C567;
       color: #09C567;
-      font-weight: 600;
+      font-weight: 700;
+      font-size: 32upx;
     }
     }
     
     
     &:before {
     &:before {