上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: 安装 amfe-flexible npm install amfe-flexible -S 安装 px2rem-loader npm install postcss-pxtorem@5.0.0 -D 在mian.js中引入 "px2rem-loader": "^0.1.9", "amfe-flexi 阅读全文
posted @ 2021-11-19 09:27 zjxgdq 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1,.editorconfig 阅读全文
posted @ 2021-11-18 11:17 zjxgdq 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 接口 https://github.com/bailicangdu/node-elm/blob/master/API.md 效果 https://elm.cangdu.org/#/login新知识 效果https://elm.caibowen.net/ 接口 https://easytuan.git 阅读全文
posted @ 2021-11-15 14:08 zjxgdq 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 一 components->echarts->2d-chart <template> <!-- echart --> <div class="container"> <div :style="{ width: '100%', height: '100%' }" ref="myChart"></div 阅读全文
posted @ 2021-11-12 14:54 zjxgdq 阅读(353) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_47347505/article/details/123390218 基础https://mp.weixin.qq.com/s/FtgjUPmdldsUiN2t7XWRtA 封装一utils (1)types->axios.d.ts expo 阅读全文
posted @ 2021-11-12 14:44 zjxgdq 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: @media screen and (max-width:800px) { .wrap{ width: 100%; .tracking-feature{ width: 99%; } } } @media screen and (min-width:1200px) { .tracking-featur 阅读全文
posted @ 2021-11-12 14:33 zjxgdq 阅读(7) 评论(0) 推荐(0) 编辑
摘要: import { useRouter } from 'vue-router'; export default { setup() { const router = useRouter(); function goto(){ router.push("/about"); } return{ goto 阅读全文
posted @ 2021-11-10 12:36 zjxgdq 阅读(443) 评论(0) 推荐(0) 编辑
摘要: wowjs https://www.dowebok.com/131.html 阅读全文
posted @ 2021-10-29 16:05 zjxgdq 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="row p-0 m-0 text-white d-flex content"> <div class="echarts"> <div id="barchart" :style="{ width: '380px', height: '300px' }">< 阅读全文
posted @ 2021-10-29 13:46 zjxgdq 阅读(206) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/133941009 对照npm i -S bootstrap popper.js @popperjs/coreimport 'bootstrap/dist/css/bootstrap.min.css' import 'bootstrap/di 阅读全文
posted @ 2021-10-21 09:42 zjxgdq 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页