xialei 1 год назад
Родитель
Сommit
44cbd97975
1 измененных файлов с 21 добавлено и 17 удалено
  1. 21 17
      pages/cashier/index.vue

+ 21 - 17
pages/cashier/index.vue

@@ -50,25 +50,28 @@
50
     </view>
50
     </view>
51
 
51
 
52
     <view class="cashier-list" v-if="Number(zhuangi) != 7 ? false : true">
52
     <view class="cashier-list" v-if="Number(zhuangi) != 7 ? false : true">
53
-      <view class="cashier-list-top">
54
-        <view class="cashier-jilu-top" style="font-weight: bold">
55
-          总分润值: {{ gongxian || 0 }}
56
-        </view>
57
-        <view class="cashier-jilu-top" style="font-weight: bold">
58
-          总京豆: {{ jingdou || 0 }}
59
-        </view>
53
+      <view class="cashier-list-top" style="margin-top: 15px;">
54
+		<view class="cashier-jilu-top" style="font-weight: bold">
55
+		  线上支付总订单数: {{ xianshang || 0 }}
56
+		</view>
57
+		<view class="cashier-jilu-top" style="font-weight: bold">
58
+		  总分润值: {{ gongxian || 0 }}
59
+		</view>
60
       </view>
60
       </view>
61
-	  <view class="cashier-list-top">
62
-	    <view class="cashier-jilu-top" >
63
-	      线上支付总订单数: {{ xianxia || 0 }}
64
-	    </view>
65
-	    <view class="cashier-jilu-top">
66
-	      下线支付总订单数: {{ xianshang || 0 }}
67
-	    </view>
61
+	  
62
+	  <view class="cashier-list-top" style="margin-top: 15px;">
63
+		<view class="cashier-jilu-top" style="font-weight: bold">
64
+		  线下支付总订单数: {{ xianxia || 0 }}
65
+		</view>
66
+		<view class="cashier-jilu-top" style="font-weight: bold">
67
+		  总京豆: {{ jingdou || 0 }}
68
+		</view>
68
 	  </view>
69
 	  </view>
70
+	
71
+	  
69
       <view class="cashier-list-top"></view>
72
       <view class="cashier-list-top"></view>
70
 
73
 
71
-      <view class="cashier-list-top">
74
+      <view class="cashier-list-top" style="margin-top: 15px;">
72
         <view class="cashier-list-top-left">
75
         <view class="cashier-list-top-left">
73
           <view
76
           <view
74
             class="yi"
77
             class="yi"
@@ -97,7 +100,7 @@
97
         </view>
100
         </view>
98
       </view>
101
       </view>
99
 
102
 
100
-      <view class="cashier-list-tbot">
103
+      <view class="cashier-list-tbot" style="margin-top: 15px;">
101
         <view class="yis">
104
         <view class="yis">
102
           <view class="sgjd">
105
           <view class="sgjd">
103
             ¥{{
106
             ¥{{
@@ -777,7 +780,7 @@ page {
777
 
780
 
778
   .cashier-list {
781
   .cashier-list {
779
     width: 686rpx;
782
     width: 686rpx;
780
-    height: 400rpx;
783
+    height: 550rpx;
781
     background-color: #ffffff;
784
     background-color: #ffffff;
782
     margin-top: 206rpx;
785
     margin-top: 206rpx;
783
     border-radius: 16rpx;
786
     border-radius: 16rpx;
@@ -851,6 +854,7 @@ page {
851
         flex-direction: column;
854
         flex-direction: column;
852
         justify-content: space-between;
855
         justify-content: space-between;
853
         align-items: center;
856
         align-items: center;
857
+		margin-bottom: 10px;
854
         color: #333333;
858
         color: #333333;
855
 
859
 
856
         .sgjd {
860
         .sgjd {