样式优化
This commit is contained in:
@@ -30,14 +30,14 @@
|
|||||||
{{postData.companyName?postData.companyName:'选择账户后自动带出'}}
|
{{postData.companyName?postData.companyName:'选择账户后自动带出'}}
|
||||||
</view>
|
</view>
|
||||||
</uni-list-item>
|
</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 class="flex_jw">
|
||||||
<view>账户余额</view>
|
<view>账户余额</view>
|
||||||
<view>{{postData.balance?postData.balance:''}}</view>
|
<view>{{postData.balance?postData.balance:'0'}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex_jw">
|
<view class="flex_jw">
|
||||||
<view>待审核充值金额</view>
|
<view>待审核充值金额</view>
|
||||||
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:''}}</view>
|
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:'0'}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<uni-list-item>
|
<uni-list-item>
|
||||||
@@ -568,6 +568,7 @@
|
|||||||
.flex_jw{
|
.flex_jw{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content:space-between;
|
justify-content:space-between;
|
||||||
|
margin-bottom: 15rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addDiver_body {
|
.addDiver_body {
|
||||||
|
|||||||
@@ -384,7 +384,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "page/accountRecharge/add",
|
"path": "page/accountRecharge/add",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "油站账户充值(仅调回拨)",
|
"navigationBarTitleText": "油站账户充值",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user