|
|
@@ -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>
|