摘要: 参考: pc端常用电脑屏幕 ((响应式PC端媒体查询)电脑屏幕分辨率尺寸大全): https://www.cnblogs.com/xiaobai-y/p/10556752.html sass-实现响应式: https://www.cnblogs.com/easyweb/p/6817033.html 阅读全文
posted @ 2020-07-17 11:36 haha-uu 阅读(2248) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/7e65608ddc0a 详解:https://github.com/taylorchen709/vue-admin.git 手摸手,带你优雅的使用 icon:https://www.jianshu.com/p/f14982b2b737 vu 阅读全文
posted @ 2020-07-16 17:57 haha-uu 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 参考https://www.cnblogs.com/SRH151219/p/10416680.html 阅读全文
posted @ 2020-07-16 11:00 haha-uu 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/wangRong-smile/articles/11880249.html 回到顶部的DOM部分: <div class="back_top" @mouseover="enterBackTop" // 鼠标进入回到顶部图标的背景颜色变深 @mou 阅读全文
posted @ 2020-07-16 10:42 haha-uu 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 1、dayjs dayjs是一个轻量的处理时间和日期的 JavaScript 库 npm:https://www.npmjs.com/package/dayjs github:https://github.com/iamkun/dayjs 2、qrcodejs 二维码生成 github:https: 阅读全文
posted @ 2020-07-15 17:06 haha-uu 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_43416014/article/details/105012478 1、通过配置,加上空格https://blog.csdn.net/peade/article/details/85161600 没有生效!!! "javascript.for 阅读全文
posted @ 2020-07-14 22:23 haha-uu 阅读(3386) 评论(0) 推荐(0) 编辑
摘要: DOM部分: <el-breadcrumb class="breadcrumb" separator="/"> <el-breadcrumb-item v-for='(name,index) in matchedArr' :key='index' > {{ $t(`commons.${name}`) 阅读全文
posted @ 2020-07-14 15:48 haha-uu 阅读(12711) 评论(0) 推荐(0) 编辑
摘要: 关于vue中mockjs的使用: 参考:https://www.cnblogs.com/tzm-001/p/10382534.html Mockjs官网文档:http://mockjs.com/ 具体做法: 1、首先在api文件夹下 以user.js为例 user.js:定义请求方法和url imp 阅读全文
posted @ 2020-07-12 18:50 haha-uu 阅读(1528) 评论(0) 推荐(0) 编辑
摘要: 父组件: <row-base investor="index.yearLoss" number="68" per-title="index.tenMillion" ></row-base> 子组件: <template> <div> <div class="row_left row_base"> < 阅读全文
posted @ 2020-07-09 17:28 haha-uu 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/0ceef28f99f2 实现效果: 实现步骤: 1、vuex中menu.js minLeftMenuWidth: 35, // 折叠时左侧菜单的宽度 maxLeftMenuWidth: 180, // 展开时左侧菜单的宽度 const t 阅读全文
posted @ 2020-07-09 16:05 haha-uu 阅读(35575) 评论(0) 推荐(0) 编辑