简历地区选择修改
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<text>{{ item.name }}</text>
|
||||
</view>
|
||||
<view class="item-container">
|
||||
<view @click="clickFunc({ 'type': 'address' })" v-if="item.name === `省市区县`"
|
||||
<view @click="clickFunc({ 'type': 'address' })" v-if="item.name === `区域`"
|
||||
class="thumb-box thumb-box1">
|
||||
<u-cell-group>
|
||||
<u-cell icon="map" :title="areaModal.address" :isLink="true"
|
||||
@@ -388,10 +388,11 @@ export default {
|
||||
|
||||
.page-view {
|
||||
padding: 8rpx;
|
||||
padding-left: 4rpx;
|
||||
}
|
||||
|
||||
.class-item {
|
||||
margin-bottom: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
background-color: #fff;
|
||||
padding: 16rpx;
|
||||
border-radius: 8rpx;
|
||||
|
||||
Reference in New Issue
Block a user