Commit 67826144 authored by zL's avatar zL

解决增量数据过多导致显示不全的问题

parent b5e95ac9
......@@ -155,7 +155,10 @@
</div>
</li>
<!-- 增量数据列表 -->
<div style="width: 100%" v-show="expandTheListIndex === index">
<div
style="width: 100%; overflow-y: auto; max-height: 250px"
v-show="expandTheListIndex === index"
>
<ul
class="incremental-list"
v-for="(item2, index2) in item.incrementList"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment