|
@@ -10,11 +10,11 @@
|
|
|
<view class="cash">现金 ¥{{xjInfo.money ? parseFloat(xjInfo.money) : 0}}</view>
|
|
<view class="cash">现金 ¥{{xjInfo.money ? parseFloat(xjInfo.money) : 0}}</view>
|
|
|
<view class="draw">
|
|
<view class="draw">
|
|
|
<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" />
|
|
<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" />
|
|
|
- <text @click="outAmount()" style="margin-left:30upx;font-size:34upx;">提取</text>
|
|
|
|
|
|
|
+ <button class="admin-button-com mini-btn" @click="outAmount()" style="margin-left:30upx;display: inline-block;">提取</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="save">
|
|
<view class="save">
|
|
|
<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" />
|
|
<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" />
|
|
|
- <text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
|
|
|
|
|
|
|
+ <button class="admin-button-com mini-btn" @click="inAmount()" style="margin-left:30upx;display: inline-block;">存入</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="custom">
|
|
<view class="custom">
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
margin-left:25upx;
|
|
margin-left:25upx;
|
|
|
.draw-input{
|
|
.draw-input{
|
|
|
width:160upx;
|
|
width:160upx;
|
|
|
- height:38upx;
|
|
|
|
|
|
|
+ height:50upx;
|
|
|
border:1upx solid #ccc;
|
|
border:1upx solid #ccc;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
margin-left:25upx;
|
|
margin-left:25upx;
|
|
|
.save-input{
|
|
.save-input{
|
|
|
width:160upx;
|
|
width:160upx;
|
|
|
- height:38upx;
|
|
|
|
|
|
|
+ height:50upx;
|
|
|
border:1upx solid #ccc;
|
|
border:1upx solid #ccc;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
text-align: center;
|