shish 3 年 前
コミット
8f1f955da0
2 ファイル変更7 行追加6 行削除
  1. 1 1
      ghsPad/src/pages/home/xj.vue
  2. 6 5
      hdPad/src/pages/home/xj.vue

+ 1 - 1
ghsPad/src/pages/home/xj.vue

@@ -7,7 +7,7 @@
             </view>
             <view class="work-list">
 				<view style="width:330upx;display: inline-block">
-					<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>

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

@@ -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;
 			}
 		}
 	}