This commit is contained in:
yanran200730
2022-08-18 16:19:55 +08:00
parent 044f0e32ff
commit 7b3a4cc439

View File

@@ -34,8 +34,7 @@
<div class="right">
<div class="rightTop">
<span class="name">{{ item.name }}</span>
<span class="btn" v-if="item.doRight == 1">
</span>
<div class="tags" v-if="item.labelNames">{{ item.labelNames }}</div>
</div>
<div class="rightBottom">
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
@@ -329,6 +328,15 @@
margin-left: 40px;
}
}
.tags {
max-width: 400px;
color: #999;
font-size: 28px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.rightBottom {