bayi 1 year ago
parent
commit
d8588c8ea0

+ 1 - 1
salesperson/pages/history/index.less

@@ -19,7 +19,7 @@
             display: flex;
             align-items: center;
             justify-content: space-between;
-            font-size: 24rpx;
+            font-size: 30rpx;
         }
     }
 

+ 1 - 1
salesperson/pages/history/index.wxss

@@ -18,7 +18,7 @@
   display: flex;
   align-items: center;
   justify-content: space-between;
-  font-size: 24rpx;
+  font-size: 30rpx;
 }
 .container .historyList {
   position: fixed;

+ 1 - 1
salesperson/pages/lxDetail/index.less

@@ -18,7 +18,7 @@
 
                 .label {
                     margin-bottom: 20rpx;
-                    font-size: 28rpx;
+                    font-size: 30rpx;
                     color: #666666;
                 }
 

+ 1 - 1
salesperson/pages/lxDetail/index.wxss

@@ -18,7 +18,7 @@
 }
 .container .statistics .col .row .label {
   margin-bottom: 20rpx;
-  font-size: 28rpx;
+  font-size: 30rpx;
   color: #666666;
 }
 .container .statistics .col .row .money {