01 2021 档案

摘要:1. 使用table ``` <Table :columns="columns1" :data="tableData" height="400"> </Table> ``` height="400":给表格加上滚动条 2. 加上样式: ``` /deep/ .ivu-table th.table-h 阅读全文
posted @ 2021-01-31 17:46 PromiseAll 阅读(909) 评论(0) 推荐(0)