|
|
@@ -23,7 +23,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
|
<view class="tui-title">收款方式</view>
|
|
|
<button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">线下</button>
|
|
|
- <button @tap="form.hasPay = 2" class="admin-button-com middle" :class="form.hasPay == 2 ? 'blue' : 'default'">赊账</button>
|
|
|
+ <button @tap="form.hasPay = 2" class="admin-button-com middle" :class="form.hasPay == 2 ? 'blue' : 'default'" style="margin-left:15upx;">赊账</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1 && form.fromType == 3">
|
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
|
position: relative;
|
|
|
- padding: 60upx 30upx;
|
|
|
+ padding: 30upx 30upx;
|
|
|
display: flex;
|
|
|
background: white;
|
|
|
flex-direction: column;
|
|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- padding: 70upx 0 30upx;
|
|
|
+ padding:25upx 0 30upx;
|
|
|
width: 100%;
|
|
|
background: #ffffff;
|
|
|
border-radius: 20upx;
|