shish 11 месяцев назад
Родитель
Сommit
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 {
     display: flex;
     flex-direction: column;
-    gap: 14upx;
-    padding: 8upx;
+    padding: 30upx 8upx 8upx 8upx;
 }
 
 .action-button {
@@ -161,8 +160,12 @@ export default {
     font-size: 14upx;
     color: #333;
     transition: all 0.2s;
+    margin-bottom: 14upx;
     &:active {
         background-color: #e9ecef;
     }
+    &:last-child {
+        margin-bottom: 0;
+    }
 }
 </style>