shish 3 jaren geleden
bovenliggende
commit
255964f295
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  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>
             </view>
             <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="draw">
 						<input v-model="drawCash" class="draw-input" type="digit" @focus="drawCash=''" placeholder="金额" /> 
@@ -200,7 +200,6 @@ export default {
 			margin-top:60upx;
 			margin-left:30upx;
 			display: inline-block;
-			background-color: blue;
 			text-align: center;
 			width:300upx;
 			.custom-input{