shish пре 1 месец
родитељ
комит
d20858310e
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      ghsApp/src/pagesClient/member/detail.vue

+ 6 - 6
ghsApp/src/pagesClient/member/detail.vue

@@ -486,8 +486,8 @@ export default {
           }
         },
         {
-          name: "减余额",
-          emoji: "💸",
+          name: "减余额",
+          emoji: "📉",
           funtion: () => {
             this.deductAmount = ''
             this.deductRemark = ''
@@ -1080,8 +1080,8 @@ export default {
     margin-bottom: 10upx;
     text-align: center;
     .tabs-img {
-      width: 50upx;
-      height: 50upx;
+      width: 68upx;
+      height: 68upx;
       margin: 0 auto 14upx;
       display: flex;
       flex-direction: row;
@@ -1089,8 +1089,8 @@ export default {
       justify-content: center;
 
       .tabs-emoji {
-        font-size: 44upx;
-        line-height: 50upx;
+        font-size: 56upx;
+        line-height: 68upx;
       }
     }
     .tabs-name {