|
|
@@ -6,7 +6,7 @@
|
|
|
<casherNav navType="xh"></casherNav>
|
|
|
</view>
|
|
|
<view class="work-list">
|
|
|
- <view style="width:330upx;background-color: red;display: inline-block">
|
|
|
+ <view style="width:330upx;display: inline-block">
|
|
|
<view class="cash">现金:¥{{xjInfo.money ? parseFloat(xjInfo.money) : 0}}</view>
|
|
|
<view class="draw">
|
|
|
<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" />
|
|
|
@@ -200,7 +200,6 @@ export default {
|
|
|
margin-top:60upx;
|
|
|
margin-left:30upx;
|
|
|
display: inline-block;
|
|
|
- background-color: blue;
|
|
|
text-align: center;
|
|
|
width:300upx;
|
|
|
.custom-input{
|