shish 8 месяцев назад
Родитель
Сommit
5226bad540
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/admin/shop/renew.vue

+ 4 - 4
ghsApp/src/admin/shop/renew.vue

@@ -154,7 +154,7 @@ export default {
     width: 100%;
     min-height: 100vh;
     background-color: #f5f5f5;
-    padding: 20upx;
+    padding: 20upx 20upx 50upx 20upx;
 }
 
 // 信息卡片
@@ -233,13 +233,13 @@ export default {
 
 .custom-input {
     width: 200upx;
-    height: 40upx;
+    height: 60upx;
     padding: 0 10upx;
-    font-size: 28upx;
+    font-size: 30upx;
     border: 2upx solid #ccc;
     border-radius: 4upx;
     background-color: white;
-    
+    text-align: center;
     &::placeholder {
         color: #999;
     }