shish 11 ماه پیش
والد
کامیت
83928ebe57
2فایلهای تغییر یافته به همراه10 افزوده شده و 8 حذف شده
  1. 7 7
      hdPad/src/pages/home/components/birthdayEdit.vue
  2. 3 1
      hdPad/src/pages/home/components/recharge.vue

+ 7 - 7
hdPad/src/pages/home/components/birthdayEdit.vue

@@ -148,8 +148,11 @@ export default {
 
 .type-buttons {
     display: flex;
-    gap: 8upx;
     justify-content: space-around;
+    
+    .birthday-type-btn + .birthday-type-btn {
+        margin-left: 8upx;
+    }
     .birthday-type-btn {
         min-width: 35upx;
         height: 20upx;
@@ -179,7 +182,6 @@ export default {
 .month-buttons {
     display: flex;
     flex-wrap: wrap;
-    gap: 8upx;
     justify-content: center;
     width: 170upx; /* 控制总宽度,使一行放6个 */
     margin: 0 auto;
@@ -197,7 +199,7 @@ export default {
     font-size: 10upx;
     transition: all 0.2s;
     padding: 0;
-    margin: 0;
+    margin: 4upx;
     
     &.active {
         background-color: #0076FF;
@@ -217,7 +219,6 @@ export default {
 .date-buttons {
     display: flex;
     flex-wrap: wrap;
-    gap: 5upx;
     justify-content: center;
     width: 200upx; /* 控制总宽度,使一行放8个 */
     margin: 0 auto;
@@ -233,7 +234,7 @@ export default {
     align-items: center;
     justify-content: center;
     font-size: 10upx;
-    margin: 1upx;
+    margin: 2.5upx;
     transition: all 0.2s;
     padding: 0;
     
@@ -253,7 +254,6 @@ export default {
 .birthday-actions {
     display: flex;
     justify-content: space-around;
-    gap: 8upx;
     margin-top: 10upx;
     
     .birthday-action-btn {
@@ -264,7 +264,7 @@ export default {
         text-align: center;
         line-height: 1;
         padding: 5upx;
-        margin: 0;
+        margin: 0 4upx;
         border: 1upx solid;
         
         &.save-btn {

+ 3 - 1
hdPad/src/pages/home/components/recharge.vue

@@ -295,10 +295,10 @@ export default {
 .payment-buttons {
   display: flex;
   flex-wrap: wrap;
-  gap: 8upx;
   button {
     flex: 1;
     min-width: 60upx;
+    margin: 4upx;
   }
 }
 
@@ -461,6 +461,7 @@ export default {
 .confirm-buttons {
   display: flex;
   border-top: 1upx solid #eee;
+  justify-content: space-between;
 }
 
 .confirm-btn {
@@ -471,6 +472,7 @@ export default {
   font-size: 13upx;
   background: transparent;
   border: none;
+  padding: 0 5upx;
   
   &.cancel {
     color: #666;