修改样式

This commit is contained in:
kbing1981 2024-08-16 16:58:14 +08:00
parent cb11d424c7
commit 251fd75cb0
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<span class="bgimg-top-money-moeny">{{money}}</span>
<view class='bgimg-top-money-view'>
<!-- <span>账户余额()</span> -->
<span>盛安豆{{sadNum}}</span>
<span style="margin-left:6rpx;">盛安豆{{sadNum}}</span>
</view>
</view>
<view class="mingxi" v-if="artificerIdMy==true" @click="goNav('/my/wallet/mymoneydetail')">钱包明细</view>
@ -1260,7 +1260,7 @@
flex-direction: column;
}
.bgimg-top-view{
width: 80%;
width:78%;
display: flex;
flex-direction: row;
justify-content: space-between;