shish 6 ヶ月 前
コミット
5d1a735c00
2 ファイル変更2 行追加2 行削除
  1. 1 1
      hdApp/src/admin/home/order.vue
  2. 1 1
      hdApp/src/admin/home/workbench.vue

+ 1 - 1
hdApp/src/admin/home/order.vue

@@ -61,7 +61,7 @@
             </view>
 
         <view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
-        margin-top:20upx;font-size:34upx;background-color:#09C567;padding-top:10upx;padding-bottom:10upx;display: flex;justify-content: center;"
+        margin-top:20upx;font-size:34upx;background-color:#09C567;padding-top:12upx;padding-bottom:12upx;display: flex;justify-content: center;"
         @click.stop="$util.pageTo({url:'/admin/order/itemOrder?ids='+item.sameTimeIds})">
           本客户共有{{item.sameTimeIdsNum?item.sameTimeIdsNum:0}}个订单,可合并发货
         </view>

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -1511,7 +1511,7 @@ export default {
       
       .header-title {
         padding: 0;
-        font-size: 28upx;
+        font-size: 32upx;
         font-weight: 700;
         color: #333;
         letter-spacing: 1upx;