优化服务信息设置表单
This commit is contained in:
parent
0a2ca00069
commit
f275932e28
|
@ -19,10 +19,10 @@
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<text class="iconfont icon-jinru"></text>
|
<text class="iconfont icon-jinru"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item" @click="selectAreaModal = true">
|
<view class="input-item">
|
||||||
<text class="title">*服务区域</text>
|
<text class="title">*服务区域</text>
|
||||||
<view class="select-widget" :class="{ active: currentAreaText.length > 0 }">
|
<view class="select-widget" :class="{ active: currentAreaText.length > 0 }">
|
||||||
<view class="picker-view limit-line clamp-1">
|
<view class="picker-view limit-line clamp-1" @click="selectAreaModal = true">
|
||||||
{{ currentAreaText ? currentAreaText : "请选择服务区域" }}
|
{{ currentAreaText ? currentAreaText : "请选择服务区域" }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -60,10 +60,10 @@
|
||||||
</picker>
|
</picker>
|
||||||
<text class="iconfont icon-jinru"></text>
|
<text class="iconfont icon-jinru"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item" @click="selectCateModal = true">
|
<view class="input-item">
|
||||||
<text class="title">*服务类型</text>
|
<text class="title">*服务类型</text>
|
||||||
<view class="select-widget" :class="{ active: currentCateText.length > 0 }">
|
<view class="select-widget" :class="{ active: currentCateText.length > 0 }">
|
||||||
<view class="picker-view limit-line clamp-1">
|
<view class="picker-view limit-line clamp-1" @click="selectCateModal = true">
|
||||||
{{ currentCateText ? currentCateText : "请选择服务类型" }}
|
{{ currentCateText ? currentCateText : "请选择服务类型" }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -517,8 +517,8 @@ export default {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
// display: flex;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #c9c9c9;
|
color: #c9c9c9;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue