摘要: vue2.x 适合使用 main.js如下: import 'ant-design-vue/dist/antd.css'; import { message } from 'ant-design-vue'; Vue.prototype.$message = message; Vue.use(Antd 阅读全文
posted @ 2021-04-28 17:34 不带R的墨菲特 阅读(1515) 评论(0) 推荐(0)
摘要: <template> <a-table :columns="columns" :data-source="data" :scroll="{ x: 1300,y:1500}" class="tb_list" ref="table" :pagination="{ current: table.pageN 阅读全文
posted @ 2021-04-28 15:09 不带R的墨菲特 阅读(353) 评论(0) 推荐(0)