11 2021 档案

摘要:安装 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 阅读(35) 评论(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 阅读(35) 评论(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 阅读(357) 评论(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 阅读(1172) 评论(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 阅读(8) 评论(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 阅读(446) 评论(0) 推荐(0) 编辑