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