shish 3 месяцев назад
Родитель
Сommit
c1bae16fb9
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      ghsApp/src/admin/order/orderListByDist.vue

+ 4 - 3
ghsApp/src/admin/order/orderListByDist.vue

@@ -185,10 +185,11 @@ export default {
 }
 }
 
 
 .dist-title {
 .dist-title {
-  padding: 30upx 20upx 20upx;
-  font-size: 28upx;
+  text-align: center;
+  padding:18upx 0 18upx 0;
+  font-size: 35upx;
   color: #333;
   color: #333;
-  font-weight: 600;
+  font-weight:bold;
 }
 }
 
 
 .custom-row {
 .custom-row {