常志远 3 jaren geleden
bovenliggende
commit
c0506472f6
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 4 3
      pages/searchPile/chargeProcess/exChanging.vue

+ 4 - 3
pages/searchPile/chargeProcess/exChanging.vue

@@ -1,5 +1,5 @@
 <template>
-	<view style="background-color: #fff; padding-bottom: 196px;">
+	<view style="background-color: #fff;">
 		<u-navbar title="排队中">
 		</u-navbar>
 		<view class="iconfont tittle-font">
@@ -109,6 +109,7 @@
 <style>
 	page{
 		background: #fff;
+		padding-bottom: 114px;
 	}
 </style>
 <style lang="scss" scoped>
@@ -259,9 +260,9 @@
 }
 
 .bottom{
-	padding: 12px 20px;
+
 	background-color: #fff;
-	  width: 91.4%;
+  padding: 12px 20px;
 	  position: fixed;
 	  bottom: 0;
 	  left: 0;