shish 11 luni în urmă
părinte
comite
266dca6560

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

@@ -154,8 +154,8 @@ export default {
         margin-left: 8upx;
     }
     .birthday-type-btn {
-        min-width: 35upx;
-        height: 20upx;
+        min-width: 70upx;
+        height: 40upx;
         font-size: 10upx;
         border-radius: 3upx;
         border: 1upx solid #dddddd;
@@ -257,15 +257,15 @@ export default {
     margin-top: 10upx;
     
     .birthday-action-btn {
-        min-width: 40upx;
-        height: 20upx;
+        min-width: 80upx;
+        height: 40upx;
         font-size: 10upx;
         border-radius: 3upx;
-        text-align: center;
-        line-height: 1;
-        padding: 5upx;
-        margin: 0 4upx;
         border: 1upx solid;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        margin: 0 4upx;
         
         &.save-btn {
             background-color: #0076FF;

+ 2 - 2
hdPad/src/pages/home/components/recharge.vue

@@ -374,14 +374,14 @@ export default {
   border-top: 1upx solid #eee;
   width: 100%;
   box-sizing: border-box;
-  gap: 10upx;
   
   button {
-    flex: 1;
+    width: 40%;
     height: 36upx;
     display: flex;
     align-items: center;
     justify-content: center;
+    margin: 0 5%;
   }
 }