fix(region-select): 移除固定高度

This commit is contained in:
woody 2025-08-01 13:35:08 +08:00
parent a60e6ade81
commit 877406e8ce
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@
<picker-view
v-if="popupVisible"
class="picker-view"
:indicator-style="indicatorStyle"
:value="pickerValue"
@change="handlePickerChange"
>
@ -58,7 +57,6 @@ export default {
cities: [],
districts: [],
pickerValue: [0, 0, 0],
indicatorStyle: `height: 50px;`,
}
},
async created() {
@ -216,7 +214,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
font-size: 30rpx;
color: #666;
white-space: nowrap;