优化服务信息设置表单

This commit is contained in:
TOP糯米 2023-08-23 09:08:06 +08:00
parent 0a2ca00069
commit f275932e28
1 changed files with 6 additions and 6 deletions

View File

@ -19,10 +19,10 @@
<!-- #endif -->
<text class="iconfont icon-jinru"></text>
</view>
<view class="input-item" @click="selectAreaModal = true">
<view class="input-item">
<text class="title">*服务区域</text>
<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 : "请选择服务区域" }}
</view>
</view>
@ -60,10 +60,10 @@
</picker>
<text class="iconfont icon-jinru"></text>
</view>
<view class="input-item" @click="selectCateModal = true">
<view class="input-item">
<text class="title">*服务类型</text>
<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 : "请选择服务类型" }}
</view>
</view>
@ -517,8 +517,8 @@ export default {
top: 0;
left: 0;
width: 100%;
display: flex;
align-items: center;
// display: flex;
// align-items: center;
font-size: 28rpx;
color: #c9c9c9;
box-sizing: border-box;