样式:
/* 表格 */
/*.table 为全局表格自定义样式*/
.table .ant-table-body,.table .ant-table-header{
overflow-y: auto !important;
}
html代码:
<a-table class="table" :scroll="{ y: 550 }"></a-table>
样式:
/* 表格 */
/*.table 为全局表格自定义样式*/
.table .ant-table-body,.table .ant-table-header{
overflow-y: auto !important;
}
html代码:
<a-table class="table" :scroll="{ y: 550 }"></a-table>