|
|
@@ -6,7 +6,7 @@
|
|
|
<casherNav navType="xh"></casherNav>
|
|
|
</view>
|
|
|
<view class="work-list">
|
|
|
- <view class="cash">现金:¥{{xjInfo.money ? parseFloat(xjInfo.money) : 0}}</view>
|
|
|
+ <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="金额" />
|
|
|
<text @click="outAmount()" style="margin-left:30upx;font-size:34upx;">提取</text>
|
|
|
@@ -127,6 +127,7 @@ export default {
|
|
|
& .work-list {
|
|
|
flex: 121;
|
|
|
.cash{
|
|
|
+ font-size:35upx;
|
|
|
margin-left:50upx;
|
|
|
margin-top:50upx;
|
|
|
}
|
|
|
@@ -135,11 +136,11 @@ export default {
|
|
|
margin-left:50upx;
|
|
|
.draw-input{
|
|
|
width:160upx;
|
|
|
- height:35upx;
|
|
|
+ height:38upx;
|
|
|
border:1upx solid #ccc;
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
- font-size:30upx;
|
|
|
+ font-size:23upx;
|
|
|
}
|
|
|
}
|
|
|
.save{
|
|
|
@@ -147,11 +148,11 @@ export default {
|
|
|
margin-left:50upx;
|
|
|
.save-input{
|
|
|
width:160upx;
|
|
|
- height:35upx;
|
|
|
+ height:38upx;
|
|
|
border:1upx solid #ccc;
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
- font-size:30upx;
|
|
|
+ font-size:23upx;
|
|
|
}
|
|
|
}
|
|
|
}
|