shish 1 день назад
Родитель
Сommit
f47372f4fc
2 измененных файлов с 12 добавлено и 12 удалено
  1. 6 6
      ghsApp/src/admin/custom/selectCustom.vue
  2. 6 6
      ghsApp/src/admin/home/member.vue

+ 6 - 6
ghsApp/src/admin/custom/selectCustom.vue

@@ -290,33 +290,33 @@ export default {
       font-size: 32upx;
       .super-man{
         margin-left:30upx;
-        font-size:22upx;
+        font-size:20upx;
         display:inline-block;
         color:white;
         border:1upx solid green;
-        padding:6upx 10upx;
+        padding:7upx 8upx;
         background-color: green;
         border-radius: 11upx;
       }
       .cost-man{
         margin-left:30upx;
-        font-size:22upx;
+        font-size:20upx;
         display:inline-block;
         color:white;
         border:1upx solid red;
-        padding:6upx 10upx;
+        padding:7upx 8upx;
         background-color: red;
         border-radius: 11upx;
       }
       /* 零售标签:圆角+内边距与大客/成本一致,蓝底白字 */
       .ls-man{
         margin-left:30upx;
-        font-size:22upx;
+        font-size:20upx;
         display:inline-block;
         color:white;
         border:1upx solid #6b9fec;
         background-color:#6b9fec;
-        padding:6upx 10upx;
+        padding:7upx 8upx;
         border-radius: 11upx;
       }
     }

+ 6 - 6
ghsApp/src/admin/home/member.vue

@@ -693,34 +693,34 @@ export default {
 
       .super-man{
         margin-left:20upx;
-        font-size:24upx;
+        font-size:20upx;
         flex-shrink: 0;
         color:white;
         border:1upx solid green;
-        padding:8upx 10upx;
+        padding:7upx 8upx;
         background-color: green;
         border-radius: 11upx;
         line-height: 1.2;
       }
       .cost-man{
         margin-left:20upx;
-        font-size:24upx;
+        font-size:20upx;
         flex-shrink: 0;
         color:white;
         border:1upx solid red;
-        padding:8upx 10upx;
+        padding:7upx 8upx;
         background-color: red;
         border-radius: 11upx;
         line-height: 1.2;
       }
       .ls-man{
         margin-left:20upx;
-        font-size:24upx;
+        font-size:20upx;
         flex-shrink: 0;
         color:white;
         border:1upx solid #6b9fec;
         background-color:#6b9fec;
-        padding:8upx 10upx;
+        padding:7upx 8upx;
         border-radius: 11upx;
         line-height: 1.2;
       }