hookehuyr

fix

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