shish пре 2 месеци
родитељ
комит
1326433fc4
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      hdApp/src/admin/home/components/purchase-ghs-panel.vue

+ 5 - 5
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -1271,17 +1271,17 @@ export default {
 
 .settle-options {
   flex-shrink: 0;
-  margin-left: 12upx;
+  margin-left: 0upx;
   box-sizing: border-box;
 }
 
 .settle-options .settle-option + .settle-option {
-  margin-left: 10upx;
+  margin-left: 20upx;
 }
 
 .settle-option {
   flex-shrink: 0;
-  padding: 10upx 16upx;
+  padding: 16upx 16upx;
   border: 1upx solid #f50e24;
   border-radius: 10upx;
   background: #fff;
@@ -1296,9 +1296,9 @@ export default {
 }
 
 .settle-option__title {
-  font-size: 24upx;
+  font-size: 28upx;
   line-height: 32upx;
-  font-weight: 700;
+  font-weight: bold;
   color: #f50e24;
   white-space: nowrap;
 }