04 2022 档案

摘要:downFileFn(record) { console.log(record) var x = new XMLHttpRequest() x.open('GET', record.fileUrl, true) x.responseType = 'blob' x.onload = function( 阅读全文
posted @ 2022-04-15 11:23 MonsterSATSUKI 阅读(79) 评论(0) 推荐(0)
摘要:<a-upload name="file" :file-list="fileList" :multiple="false" @change="changeFile" :custom-request="upLoadFileFn" > <a-button type="link"> <a-icon typ 阅读全文
posted @ 2022-04-15 11:14 MonsterSATSUKI 阅读(584) 评论(0) 推荐(0)
摘要:.ant-table-body { &::-webkit-scrollbar { height: 5px; width: 6px; } &::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 5p 阅读全文
posted @ 2022-04-08 11:01 MonsterSATSUKI 阅读(736) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-07 14:26 MonsterSATSUKI 阅读(38) 评论(0) 推荐(0)
摘要:注意点1 less一定要是3版本, less-loader一定要是5版本 然后在vue.config.js配置 module.exports = { runtimeCompiler: true, css: { loaderOptions: { less: { javascriptEnabled: t 阅读全文
posted @ 2022-04-01 17:54 MonsterSATSUKI 阅读(185) 评论(0) 推荐(0)