zizhong.wang 2 lat temu
rodzic
commit
b332c8e5df
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      pages/selfCenter/with_house.vue

+ 2 - 1
pages/selfCenter/with_house.vue

@@ -98,7 +98,7 @@
     </view>
     <button class="submit" @tap="houseSubmit">提交</button>
 	<uni-popup ref="popup" :mask-click="false">
-		  <view class="popup-box">
+		  <view class="popup-box" style="height: 400rpx;">
 			  <view>
 				  <view class="popup-title">确认</view>
 				  <view class="popup-content-box">
@@ -473,6 +473,7 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+
 .content {
   font-size: 28rpx;
   font-weight: 200;