10 2020 档案
摘要:用法 以vue使用为例 vue-cli脚手架搭好框架 安装包xlsx npm install xlsx --save 代码实现(全) <template> <div class="index" v-loading.fullscreen.lock="fullscreenLoading" element
阅读全文
摘要:v-else 和 v-else-if 元素必须紧跟在带 v-if 或者 v-else-if 的元素之后, 否则无法识别 1. v-else 用法 2.v-else-if 用法 3、v-if 是“真正”的条件渲染,因为它会确保在切换过程中条件块内的事件监听器和子组件适当地被销毁和重建。v-if 也是惰
阅读全文
摘要:1.这是我写的项目用到的代码 <template> <textarea ref="letters" @click="copyToClipboard('letters')" readonly="readonly" autocomplete="off" maxlength="99999" class="
阅读全文
摘要:做批处理(扩展名为*.bat文件):内容如下del *.*注意:DEL后面有空格一个。做批处理方法是:新建文本文档,写入上面内容(复制粘贴即可),然后点文件-另存为,保存文件类型为“所有文件”,重命名为“Kill All Files.bat”。严重注意,将这个批处理放到你要删除的文件那里,点击运行后
阅读全文
摘要:1.element UI 里面的messageBox 若想修改弹窗样式 可以加上customClass open() { this.$alert( '<div style="height:600px;width:800px;background:red;"></div>', '', { custom
阅读全文
摘要:https://www.cnblogs.com/uniapp/p/13115877.html
阅读全文
摘要:https://www.cnblogs.com/lichangyun/p/9144984.html 该博客node版本过低 需要在node官网下载最新版本 https://nodejs.org/zh-cn/
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文
摘要:@charset "utf-8";/*申明编码集*/ html,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin
阅读全文
摘要:*{ box-sizing: border-box; } page, view, scroll-view, swiper, button, input, textarea, label, navigator, image { box-sizing: border-box; } image { max
阅读全文

浙公网安备 33010602011771号