shish hace 3 años
padre
commit
255964f295
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      ghsPad/src/pages/home/xj.vue

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

@@ -6,7 +6,7 @@
                 <casherNav navType="xh"></casherNav>
                 <casherNav navType="xh"></casherNav>
             </view>
             </view>
             <view class="work-list">
             <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="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="金额" /> 
@@ -200,7 +200,6 @@ export default {
 			margin-top:60upx;
 			margin-top:60upx;
 			margin-left:30upx;
 			margin-left:30upx;
 			display: inline-block;
 			display: inline-block;
-			background-color: blue;
 			text-align: center;
 			text-align: center;
 			width:300upx;
 			width:300upx;
 			.custom-input{
 			.custom-input{