This commit is contained in:
wanglei
2022-02-11 15:23:05 +08:00
parent ade4d27aa2
commit ab82208335
3 changed files with 28 additions and 17 deletions

View File

@@ -1,10 +1,9 @@
<template>
<div class="SelectUser">
<div class="header-middle">
<!-- 去掉网格名称 -->
<!-- <div class="hint">
<div class="hint">
<span v-for="(item, index) in slectList" :key="index"><span v-if="index" style="margin:0 4px;">/</span><span style="color:#3F8DF5" @click="girdNameClick(item, index)">{{item.girdName}}</span></span>
</div> -->
</div>
<div class="showTypes" v-if="!userList.length">
<div v-if="treeList.length > 0">
@@ -37,7 +36,7 @@
</div>
<div class="rights">
<div class="applicationNames">{{ e.name }}</div>
<div class="applicationNames"><AiOpenData v-if="e.name" type="userName" :openid="e.name" style="display: block;"/></div>
<div class="idNumbers">{{ e.phone }}</div>
</div>
</div>
@@ -209,7 +208,10 @@ export default {
box-shadow: 0px 1px 0px 0px #e4e5e6;
font-size: 30px;
font-weight: 500;
word-break: break-all;
// word-break: break-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.showTypes {
@@ -223,13 +225,12 @@ export default {
align-items: center;
height: 120px;
line-height: 120px;
// background: pink;
padding: 0 0 0 32px;
.imges {
display: flex;
align-items: center;
// width: 200px;
.imgselect {
width: 48px;
height: 48px;
@@ -249,16 +250,21 @@ export default {
border-radius: 8px;
}
.rightes {
width: 100%;
width: calc(100% - 160px);
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 32px;
border-bottom: 1px solid #e4e5e6;
.applicationNames {
max-width: calc(100% - 80px);
font-size: 36px;
font-weight: 500;
color: #333333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.imgs {
width: 40px;
@@ -275,7 +281,6 @@ export default {
align-items: center;
height: 120px;
line-height: 120px;
// background: pink;
padding: 0 0 0 32px;
.imges {
@@ -296,7 +301,7 @@ export default {
}
.rights {
width: 100%;
width: 70%;
display: flex;
justify-content: space-between;
align-items: center;
@@ -307,6 +312,9 @@ export default {
font-size: 36px;
font-weight: 500;
color: #333333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.idNumbers {
color: #666;