shish 1 год назад
Родитель
Сommit
b27b612c73
2 измененных файлов с 1 добавлено и 1 удалено
  1. 0 1
      hdPad/src/pages/home/components/recharge.vue
  2. 1 0
      hdPad/src/pages/home/custom.vue

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

@@ -204,7 +204,6 @@ export default {
 }
 
 .recharge-container {
-  padding: 5px;
   background: #fff;
   border-radius: 4px;
   width: 100%;

+ 1 - 0
hdPad/src/pages/home/custom.vue

@@ -128,6 +128,7 @@ export default {
     }
     & .custom-asset{
         flex: 32;
+        padding: 10px;
     }
 }
 </style>