shish 11 months ago
parent
commit
219d9f3c76
2 changed files with 7 additions and 11 deletions
  1. 7 9
      hdApp/src/admin/custom/selectCustom.vue
  2. 0 2
      hdApp/src/admin/home/member.vue

+ 7 - 9
hdApp/src/admin/custom/selectCustom.vue

@@ -24,11 +24,11 @@
                       <span v-else class="amount_sub">欠款{{item.balance?Math.abs(parseFloat(item.balance)):0}}</span>
                     </span>
   
-                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">没有下过单</text>
-                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1周未下单</text>
-                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1个月未下单</text>
-                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超半年未下单</text>
-                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="font-size:24upx;margin-left:20upx;color:green;font-weight:bold;">超1年未下单</text>
+                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 10000" style="font-size:24upx;margin-left:20upx;color:green;">没有下过单</text>
+                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 7" style="font-size:24upx;margin-left:20upx;color:green;">超1周未下单</text>
+                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 30" style="font-size:24upx;margin-left:20upx;color:green;">超1个月未下单</text>
+                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 180" style="font-size:24upx;margin-left:20upx;color:green;">超半年未下单</text>
+                    <text v-if="item.overTimeUnExpend && item.overTimeUnExpend == 365" style="font-size:24upx;margin-left:20upx;color:green;">超1年未下单</text>
   
                 </view>
   
@@ -269,7 +269,7 @@
         text-overflow: ellipsis;
         white-space: nowrap;
         width: 450upx;
-        font-size: 38upx;
+        font-size: 34upx;
         .super-man{
           margin-left:30upx;
           color:red;
@@ -299,7 +299,7 @@
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
-      font-size: 28upx;
+      font-size: 26upx;
       line-height: 1;
       color: #9397a4;
       .balance-amount{
@@ -307,12 +307,10 @@
         .amount_sub{
           color:red;
           margin-left:6upx;
-          font-weight:bold;
         }
         .amount_add{
           color:#3385FF;
           margin-left:6upx;
-          font-weight:bold;
         }
       }
     }

+ 0 - 2
hdApp/src/admin/home/member.vue

@@ -298,13 +298,11 @@ export default {
   .positive {
     color: #3385FF;
     margin-left:20upx;
-    font-weight:bold;
   }
 
   .negative {
     color: #ff0000;
     margin-left:20upx;
-    font-weight:bold;
   }
 
   .user-meta {