Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-03-15 09:12:13 +08:00
2 changed files with 2 additions and 4 deletions

View File

@@ -199,9 +199,7 @@ export default {
}
.spacial {
margin-top: 10px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
white-space: wrap;
span {
margin-right: 10px;
color: #ff4466;

View File

@@ -135,7 +135,7 @@
</div>
<!-- 特殊人群 -->
<div v-if="tabIndex != 0 && tabList && tabList.length">
<div v-for="(item,index) in tabList" :key="index" class="spacial">
<div class="spacial" v-for="(item,index) in tabList" :key="index" v-if="tabIndex == index">
<div class="specialList" v-for="(t,indexs) in item.tableInfos" :key="indexs" v-if="item.tableInfos && item.tableInfos.length">
<div class="spacial-row">
<div>{{ t.fieldName }}</div>