shish пре 3 година
родитељ
комит
4d9686f767
2 измењених фајлова са 12 додато и 8 уклоњено
  1. 6 4
      ghsPad/src/pages/home/xj.vue
  2. 6 4
      hdPad/src/pages/home/xj.vue

+ 6 - 4
ghsPad/src/pages/home/xj.vue

@@ -8,12 +8,12 @@
             <view class="work-list">
             <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">
 				<view class="draw">
-					<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="提取金额" /> 
-					<text @click="outAmount()" style="margin-left:30upx;">提取</text>
+					<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" /> 
+					<text @click="outAmount()" style="margin-left:30upx;font-size:34upx;">提取</text>
 				</view>
 				</view>
 				<view class="save">
 				<view class="save">
-					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="存入金额" /> 
-					<text @click="inAmount()" style="margin-left:30upx;">存入</text>
+					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" /> 
+					<text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
 				</view>
 				</view>
             </view>
             </view>
         </view>
         </view>
@@ -135,6 +135,7 @@ export default {
 			margin-left:50upx;
 			margin-left:50upx;
 			.draw-input{
 			.draw-input{
 				width:160upx;
 				width:160upx;
+				height:35upx;
 				border:1upx solid #ccc;
 				border:1upx solid #ccc;
 				display: inline-block;
 				display: inline-block;
 				text-align: center;
 				text-align: center;
@@ -145,6 +146,7 @@ export default {
 			margin-left:50upx;
 			margin-left:50upx;
 			.save-input{
 			.save-input{
 				width:160upx;
 				width:160upx;
+				height:35upx;
 				border:1upx solid #ccc;
 				border:1upx solid #ccc;
 				display: inline-block;
 				display: inline-block;
 				text-align: center;
 				text-align: center;

+ 6 - 4
hdPad/src/pages/home/xj.vue

@@ -8,12 +8,12 @@
             <view class="work-list">
             <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">
 				<view class="draw">
-					<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="提取金额" /> 
-					<text @click="outAmount()" style="margin-left:30upx;">提取</text>
+					<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" /> 
+					<text @click="outAmount()" style="margin-left:30upx;font-size:34upx;">提取</text>
 				</view>
 				</view>
 				<view class="save">
 				<view class="save">
-					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="存入金额" /> 
-					<text @click="inAmount()" style="margin-left:30upx;">存入</text>
+					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" /> 
+					<text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
 				</view>
 				</view>
             </view>
             </view>
         </view>
         </view>
@@ -135,6 +135,7 @@ export default {
 			margin-left:50upx;
 			margin-left:50upx;
 			.draw-input{
 			.draw-input{
 				width:160upx;
 				width:160upx;
+				height:35upx;
 				border:1upx solid #ccc;
 				border:1upx solid #ccc;
 				display: inline-block;
 				display: inline-block;
 				text-align: center;
 				text-align: center;
@@ -145,6 +146,7 @@ export default {
 			margin-left:50upx;
 			margin-left:50upx;
 			.save-input{
 			.save-input{
 				width:160upx;
 				width:160upx;
+				height:35upx;
 				border:1upx solid #ccc;
 				border:1upx solid #ccc;
 				display: inline-block;
 				display: inline-block;
 				text-align: center;
 				text-align: center;