Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user