Prechádzať zdrojové kódy

充电详情 按钮样式修改

常志远 3 rokov pred
rodič
commit
64f21c01f8

+ 5 - 2
pages/searchPile/chargeProcess/dcCharging.vue

@@ -163,7 +163,7 @@
 					停止充电后30分钟即开始收取占位费用,1元/分钟
 				</view>
 			</view>
-			<view class="bottom2" style="    margin-bottom: 20px;">
+			<view class="bottom2" >
 				<u-button type="primary"  @click="submit"
 				 :style="chargingRecord.status==1?'background-color: #00b962':'background-color: #9be6c2;'"
 				 shape="circle" >结束充电</u-button>
@@ -396,6 +396,7 @@
 <style>
 	page {
 		background: #fff;
+		padding-bottom: 50px;
 	}
 </style>
 <style lang="scss" scoped>
@@ -564,7 +565,9 @@
 	}
 
 	.bottom2 {
-		width: 91.4%;
+	
+		padding: 12px 20px;
+		background-color: #fff;
 		position: fixed;
 		bottom: 0;
 		left: 0;