shish 11 bulan lalu
induk
melakukan
a8060f0c0f
1 mengubah file dengan 1 tambahan dan 28 penghapusan
  1. 1 28
      hdPad/src/pages/home/custom.vue

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

@@ -11,7 +11,7 @@
             <view class="custom-info">
                 <customInfo ref="customInforRef" :selectCustomId="selectCustomId" @goBalance="goBalance"></customInfo>
             </view>
-            <view class="custom-asset">
+            <view class="custom-asset balance">
 
             </view>
         </view>
@@ -111,33 +111,6 @@ export default {
     & .custom-asset{
         flex: 32;
         padding: 20px;
-        
-        .action-buttons {
-            display: flex;
-            flex-direction: column;
-            gap: 15px;
-            width: 40%;
-            margin: 0 auto;
-        }
-        
-        .action-btn {
-            height: 45px;
-            width: 100%;
-            border-radius: 6px;
-            font-size: 16px;
-            font-weight: bold;
-            color: #fff;
-            border: none;
-            cursor: pointer;
-            background-color: #09C567;
-            display: flex;
-            align-items: center;
-            justify-content: center;
-            
-            &:active {
-                opacity: 0.8;
-            }
-        }
     }
 }
 </style>