06 2021 档案

摘要:object-fit: cover; img.a { width: 200px; height: 400px; object-fit: cover; } 阅读全文
posted @ 2021-06-25 18:54 诡道也 阅读(63) 评论(0) 推荐(0)
摘要:视图层:<el-image v-if="scope.row.panduan == 1" style="width: 200px; object-fit: contain" :src="scope.row.bidImages" :preview-src-list="[scope.row.bidImag 阅读全文
posted @ 2021-06-22 13:34 诡道也 阅读(884) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_36410795/article/details/107109514第一步:npm install --save video.js npm install --save videojs-contrib-hls第二部:import 'video.js/ 阅读全文
posted @ 2021-06-22 13:30 诡道也 阅读(139) 评论(0) 推荐(0)
摘要:生成二维码 阅读全文
posted @ 2021-06-16 18:08 诡道也 阅读(26) 评论(0) 推荐(0)
摘要:getTableList() { this.$axios .get( `/apis/hmcsSecurity/v2/department/getTree?areaLayer=${this.areaLayer}&appId=1` ) .then((res) => { if (res.data.succ 阅读全文
posted @ 2021-06-16 17:43 诡道也 阅读(89) 评论(0) 推荐(0)
摘要:<el-tree :data="dataList" show-checkbox :default-expand-all="false" node-key="name" ref="tree" highlight-current :props="defaultProps" > </el-tree> ge 阅读全文
posted @ 2021-06-16 17:36 诡道也 阅读(277) 评论(0) 推荐(0)