修改进度条位置保证置顶
This commit is contained in:
parent
7701bc8aa8
commit
1e1459803a
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user