注册 添加成员
This commit is contained in:
parent
65ea5f116b
commit
e5d514d12f
@ -55,7 +55,7 @@
|
|||||||
所属区域
|
所属区域
|
||||||
<view class="select" @tap='showPicker'>
|
<view class="select" @tap='showPicker'>
|
||||||
<text v-if="!address">请选择所属区域</text>
|
<text v-if="!address">请选择所属区域</text>
|
||||||
<text v-else class="testitem">{{address}}</text>
|
<text v-else class="testitem" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{address}}</text>
|
||||||
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
所在位置
|
所在位置
|
||||||
<view class="selectdata" @tap='getAddress'>
|
<view class="selectdata" @tap='getAddress'>
|
||||||
<text v-if="query.locationName ==''">请选择所在位置</text>
|
<text v-if="query.locationName ==''">请选择所在位置</text>
|
||||||
<text class="testitem">{{query.locationName}}</text>
|
<text class="testitem" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{query.locationName}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="name">
|
<view class="name">
|
||||||
@ -814,9 +814,9 @@
|
|||||||
border-radius: 5rpx;
|
border-radius: 5rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: nowrap;
|
// white-space: nowrap;
|
||||||
overflow: hidden;
|
// overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
// text-overflow: ellipsis;
|
||||||
|
|
||||||
|
|
||||||
.testitem {
|
.testitem {
|
||||||
|
|||||||
@ -102,7 +102,7 @@
|
|||||||
所属区域
|
所属区域
|
||||||
<view class="select" @tap='showPicker'>
|
<view class="select" @tap='showPicker'>
|
||||||
<text v-if="!addressinfo">请选择所属区域</text>
|
<text v-if="!addressinfo">请选择所属区域</text>
|
||||||
<text v-else class="testitem">{{addressinfo}}</text>
|
<text v-else class="testitem" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{addressinfo}}</text>
|
||||||
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user