@@ -332,7 +332,7 @@
</div>
<!-- 遮罩层 -->
- <van-popup v-model="show">
+ <van-popup v-model="show" :style="{ width: '90%' }" >
<van-tree-select
:items="items"
:active-id.sync="activeIds"