|
@@ -31,7 +31,7 @@
|
|
<span>{{ item1.nodeInfo }}</span>
|
|
<span>{{ item1.nodeInfo }}</span>
|
|
<!-- <span class="text-gray">(238卷)</span> -->
|
|
<!-- <span class="text-gray">(238卷)</span> -->
|
|
</template>
|
|
</template>
|
|
- <div :style="`height: ${item1.list !== null ? '300px' : 'auto'};`">
|
|
|
|
|
|
+ <div :style="`height: ${item1.list !== null && item1.list.length > 9 ? '300px' : 'auto'};`">
|
|
<!-- <HcTable
|
|
<!-- <HcTable
|
|
ref="tableRef" :column="tableColumn" :datas="item1.list" :loading="tableLoading"
|
|
ref="tableRef" :column="tableColumn" :datas="item1.list" :loading="tableLoading"
|
|
is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
|
|
is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
|