上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: <!-- 上传--> <input v-show="false" ref="fileRef" type="file" @change="fileChange"> <el-button @click="uploadFile"></el-button> methods: { uploadFile() { 阅读全文
posted @ 2021-08-24 10:01 玛卡巴鉲 阅读(3754) 评论(0) 推荐(0)
摘要: https://fengyuanchen.github.io/cropper/ 阅读全文
posted @ 2021-07-14 09:16 玛卡巴鉲 阅读(390) 评论(0) 推荐(0)
摘要: <style scoped> .tools { display: inline-block; height: 45px; width: 45px; vertical-align: middle; } .center-center { height: 100%; display: flex; alig 阅读全文
posted @ 2021-07-02 16:46 玛卡巴鉲 阅读(338) 评论(0) 推荐(0)
摘要: 1. d3 force <template> <div :id="id"> <svg width="100vw" height="100vh" /> </div> </template> <script> /** * 力导向图 */ import * as d3 from 'd3' let gs = 阅读全文
posted @ 2021-06-30 13:13 玛卡巴鉲 阅读(356) 评论(0) 推荐(0)
摘要: const year = new Date().getFullYear() const month = new Date().getMonth() + 1 const days = new Date(year, month, 0).getDate() 记录进步。 阅读全文
posted @ 2021-06-28 14:50 玛卡巴鉲 阅读(47) 评论(0) 推荐(0)
摘要: <style> @media print { @page { margin: 0; } body { margin: 1.6cm; } } </style> <style> @page { margin: 0; size: auto; } </style> 记录进步。 阅读全文
posted @ 2021-06-25 17:32 玛卡巴鉲 阅读(26) 评论(0) 推荐(0)
摘要: 禁止右键 oncontextmenu="return false" 禁止复制和剪切: oncopy="return false;" oncut="return false;" 禁止复制 onselectstart="return false" 禁止图片拖动 ondragstart="return f 阅读全文
posted @ 2021-06-25 09:40 玛卡巴鉲 阅读(143) 评论(0) 推荐(0)
摘要: 《1》上传.csv格式的 <input text="file" accept=".csv" /> 《2》上传.xls格式 <input text="file" accept="application/vnd.ms-excel"/> 《3》上传.xslx格式 <input text="fiel" ac 阅读全文
posted @ 2021-06-07 10:34 玛卡巴鉲 阅读(313) 评论(0) 推荐(0)
摘要: 代码比较简单,直接上代码: <span @click="sectionChange(child)"></span> sectionChange(child) { const scrollBox = document.querySelector('.report-detail-module') // 阅读全文
posted @ 2021-06-03 10:19 玛卡巴鉲 阅读(1166) 评论(0) 推荐(0)
摘要: 无需安装软件就能转换,就很棒! 网址:https://www.photopea.com/ Adobe XD 是一款UI/UX全功能设计软件,无需切换软件就能完成界面和交互设计,windows端和macOS端都可以直接打开psd、AI、Sketch文件编辑,也支持导出到 AE,可以说完全处于设计链的顶 阅读全文
posted @ 2021-05-17 11:41 玛卡巴鉲 阅读(5434) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页