mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-30 01:57:37 +08:00
fix: vxe-table scrollbar
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
:data="info"
|
:data="info"
|
||||||
max-height="600"
|
max-height="600"
|
||||||
stripe
|
stripe
|
||||||
|
class="xtable-scrollbar"
|
||||||
:column-config="{ resizable: true }"
|
:column-config="{ resizable: true }"
|
||||||
>
|
>
|
||||||
<vxe-column title="字段列名" field="columnName" fixed="left" width="80" />
|
<vxe-column title="字段列名" field="columnName" fixed="left" width="80" />
|
||||||
|
|||||||
Reference in New Issue
Block a user