hookehuyr

fix

...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 <nut-popup 4 <nut-popup
5 :visible="visible" 5 :visible="visible"
6 position="bottom" 6 position="bottom"
7 - :style="{ height: '100%' }" 7 + :style="{ height: '85%' }"
8 close-icon-position="top-right" 8 close-icon-position="top-right"
9 @close="closeModal" 9 @close="closeModal"
10 > 10 >
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 </view> 53 </view>
54 </view> 54 </view>
55 </nut-popup> 55 </nut-popup>
56 - 56 +
57 <!-- 省市县级联选择器 - 放在popup外面避免层级冲突 --> 57 <!-- 省市县级联选择器 - 放在popup外面避免层级冲突 -->
58 <nut-cascader 58 <nut-cascader
59 v-model="selectedAreaCodes" 59 v-model="selectedAreaCodes"
......