shish il y a 1 mois
Parent
commit
8209fdcce2
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      ghsApp/src/pagesOrder/shMethod.vue

+ 3 - 3
ghsApp/src/pagesOrder/shMethod.vue

@@ -803,14 +803,14 @@ export default {
 }
 }
 
 
 .sort-label {
 .sort-label {
-  font-size: 26upx;
+  font-size: 28upx;
   color: #999999;
   color: #999999;
 }
 }
 
 
 .sort-value {
 .sort-value {
-  font-size: 28upx;
+  font-size: 30upx;
   color: #333333;
   color: #333333;
-  font-weight: bold;
+  font-weight: 600;
   margin-top: 4upx;
   margin-top: 4upx;
 }
 }