修改进度条位置保证置顶

This commit is contained in:
RenCheng 2025-02-28 16:50:22 +08:00
parent 7701bc8aa8
commit 1e1459803a

View File

@ -13,11 +13,11 @@
</a-col> </a-col>
</a-row> </a-row>
</a-form> </a-form>
<a-progress :percent="percent" status="active" />
</div> </div>
<!-- table区域-begin --> <!-- table区域-begin -->
<div style="height:900px;overflow-y:auto;"> <div style="height:900px;overflow-y:auto;">
<a-progress :percent="percent" status="active" />
<a-list bordered :data-source="contentList"> <a-list bordered :data-source="contentList">
<a-list-item slot="renderItem" slot-scope="item, index"> <a-list-item slot="renderItem" slot-scope="item, index">
{{ item }} {{ item }}