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
阅读全文
摘要:接口 https://github.com/bailicangdu/node-elm/blob/master/API.md 效果 https://elm.cangdu.org/#/login新知识 效果https://elm.caibowen.net/ 接口 https://easytuan.git
阅读全文
摘要:一 components->echarts->2d-chart <template> <!-- echart --> <div class="container"> <div :style="{ width: '100%', height: '100%' }" ref="myChart"></div
阅读全文
摘要:https://blog.csdn.net/weixin_47347505/article/details/123390218 基础https://mp.weixin.qq.com/s/FtgjUPmdldsUiN2t7XWRtA 封装一utils (1)types->axios.d.ts expo
阅读全文
摘要:@media screen and (max-width:800px) { .wrap{ width: 100%; .tracking-feature{ width: 99%; } } } @media screen and (min-width:1200px) { .tracking-featur
阅读全文
摘要:import { useRouter } from 'vue-router'; export default { setup() { const router = useRouter(); function goto(){ router.push("/about"); } return{ goto
阅读全文