|
|
@@ -7,7 +7,7 @@
|
|
|
<view class="box-top-btn qd" @click="handleConfirm">确定</view>
|
|
|
</view>
|
|
|
<picker-view :value="pickerValue" @change="handlePickerChange" class="picker-view"
|
|
|
- item-height="88rpx" :indicator-style="{'height':'88rpx'}" mask-style="background-color: transparent;">
|
|
|
+ itemHeight="44px" indicator-style="height: 44px;" mask-style="background-color: transparent;">
|
|
|
<!-- 省份列 -->
|
|
|
<picker-view-column>
|
|
|
<view class="picker-item" :class="{ 'selected-item': pickerValue[0] === index }" v-for="(province, index) in provinces" :key="province.id">
|
|
|
@@ -203,8 +203,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.picker-item {
|
|
|
- height: 88rpx;
|
|
|
- line-height: 88rpx;
|
|
|
+ height: 44px;
|
|
|
+ line-height: 44px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|