样式优化

This commit is contained in:
2023-12-13 19:55:59 +08:00
parent 7c2554cde1
commit 9d829b3887
2 changed files with 8 additions and 7 deletions

View File

@@ -30,14 +30,14 @@
{{postData.companyName?postData.companyName:'选择账户后自动带出'}}
</view>
</uni-list-item>
<view v-if="barIndex==1&&postData.siteChannelAccountId" style="padding: 0 16rpx;">
<view v-if="barIndex==1&&postData.siteChannelAccountId" style="padding: 0 31rpx;">
<view class="flex_jw">
<view>账户余额</view>
<view>{{postData.balance?postData.balance:''}}</view>
<view>{{postData.balance?postData.balance:'0'}}</view>
</view>
<view class="flex_jw">
<view>待审核充值金额</view>
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:''}}</view>
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:'0'}}</view>
</view>
</view>
<uni-list-item>
@@ -568,6 +568,7 @@
.flex_jw{
display: flex;
justify-content:space-between;
margin-bottom: 15rpx;
}
.addDiver_body {

View File

@@ -66,7 +66,7 @@
// }
// ,{
// "path" : "priceAdjustment/page/index/index",
// "style" :
// "style" :
// {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
@@ -75,7 +75,7 @@
// }
// ,{
// "path" : "salesRanking/page/index/index",
// "style" :
// "style" :
// {
// "navigationBarTitleText": "动销排名,
// ",
@@ -85,7 +85,7 @@
// }
// ,{
// "path" : "pages/index/newindex",
// "style" :
// "style" :
// {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
@@ -384,7 +384,7 @@
}, {
"path": "page/accountRecharge/add",
"style": {
"navigationBarTitleText": "油站账户充值(仅调回拨)",
"navigationBarTitleText": "油站账户充值",
"enablePullDownRefresh": false
}