Kaynağa Gözat

Merge branch 'master' of https://gitee.com/chuanghai_1/moxuantakeawayshanghu

1410417013 9 ay önce
ebeveyn
işleme
bdcb11fee0
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      my/publish/goods.vue

+ 5 - 5
my/publish/goods.vue

@@ -173,8 +173,8 @@
 		<!-- 规格弹框 -->
 		<u-popup v-model="Guigeshow" mode="bottom" border-radius="14" :closeable="closeable">
 			<view>
-				<scroll-view scroll-y="true">
-					<view class="padding" style="margin-bottom: 70px">
+				<scroll-view scroll-y="true" style="max-height: calc(100vh - 120rpx)">
+					<view class="padding">
 						<view>规格类型</view>
 						<view class="flex align-center margin-top-sm flex-wrap">
 							<view class="" v-for="(item, indexs) in list" :key="indexs">
@@ -1226,17 +1226,17 @@ page {
 
 .addguige {
 	width: 90%;
-	margin: 0 auto;
+	margin: 0 auto 25rpx;
 	background: #fcd202;
 	box-shadow: 0px 10upx 20upx 0px #ffd9b3;
 	border-radius: 16upx;
 	text-align: center;
 	height: 88upx;
 	line-height: 88upx;
-	position: fixed;
+	/* position: fixed;
 	bottom: 25upx;
 	left: 0;
-	right: 0;
+	right: 0; */
 }
 
 .addguiges {