2021年1月21日

Ant vue a-tabel实现上移下移功能

摘要: <template> <div> <a-table :row-key="key" :columns="columns" :data-source="data"> <template slot="operation" slot-scope="text, record, index"> <a-icon 阅读全文

posted @ 2021-01-21 15:14 ㅤㅤㅤㅤㅤㅤ 阅读(675) 评论(0) 推荐(0)

VUE使用screenfull全屏 (使用Ant UI)

摘要: // 安装 screenfull // npm install --save screenfull // 在需要的页面引用 // import screenfull from "screenfull"; <template> <a-tooltip placement="top" :title="ti 阅读全文

posted @ 2021-01-21 14:29 ㅤㅤㅤㅤㅤㅤ 阅读(650) 评论(0) 推荐(0)

导航