注册 添加成员
This commit is contained in:
parent
65ea5f116b
commit
e5d514d12f
@ -55,7 +55,7 @@
|
||||
所属区域
|
||||
<view class="select" @tap='showPicker'>
|
||||
<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> -->
|
||||
</view>
|
||||
</view>
|
||||
@ -74,7 +74,7 @@
|
||||
所在位置
|
||||
<view class="selectdata" @tap='getAddress'>
|
||||
<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 class="name">
|
||||
@ -814,9 +814,9 @@
|
||||
border-radius: 5rpx;
|
||||
display: flex;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
|
||||
|
||||
.testitem {
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
所属区域
|
||||
<view class="select" @tap='showPicker'>
|
||||
<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> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user