shish 11 ماه پیش
والد
کامیت
20fb32e599
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      hdPad/src/pages/home/custom.vue

+ 5 - 2
hdPad/src/pages/home/custom.vue

@@ -144,8 +144,7 @@ export default {
 .action-buttons-container {
 .action-buttons-container {
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
-    gap: 14upx;
-    padding: 8upx;
+    padding: 30upx 8upx 8upx 8upx;
 }
 }
 
 
 .action-button {
 .action-button {
@@ -161,8 +160,12 @@ export default {
     font-size: 14upx;
     font-size: 14upx;
     color: #333;
     color: #333;
     transition: all 0.2s;
     transition: all 0.2s;
+    margin-bottom: 14upx;
     &:active {
     &:active {
         background-color: #e9ecef;
         background-color: #e9ecef;
     }
     }
+    &:last-child {
+        margin-bottom: 0;
+    }
 }
 }
 </style>
 </style>