|
|
@@ -45,7 +45,7 @@
|
|
|
</view>
|
|
|
<view class="flex refund-item">
|
|
|
<view class="refund-label"><text></text>实际退款:</view>
|
|
|
- <input type="digit" v-model="refundMoney">
|
|
|
+ <input type="digit" v-model="refundMoney" @focus="refundMoney=''">
|
|
|
</view>
|
|
|
<view class="refund-item">
|
|
|
<view class="refund-label">备注:</view>
|
|
|
@@ -250,7 +250,9 @@ export default {
|
|
|
text{color: red;}
|
|
|
}
|
|
|
.list{
|
|
|
- margin-bottom: 10upx;
|
|
|
+ margin-bottom:18upx;
|
|
|
+ border-bottom:1upx solid #CCCCCC;
|
|
|
+ padding-bottom:14upx;
|
|
|
.list-title{
|
|
|
height: 60upx;
|
|
|
padding-bottom: 20upx;
|