04 2022 档案

摘要:import { EChartsOption } from 'echarts' export interface correctRateType { [index:number]:[number, number, number] } export function correctRate (): E 阅读全文
posted @ 2022-04-26 13:49 zjxgdq 阅读(40) 评论(0) 推荐(0) 编辑
摘要:./echarts/index.vue <template> <!-- echart封装 --> <div :style="{ width, height }" ref="myChart"></div> </template> <script lang="ts" scoped> import { d 阅读全文
posted @ 2022-04-21 16:13 zjxgdq 阅读(62) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="Echarts"> <div id="mains" style="width: 600px;height:400px;"></div> </div> </template> <script> import * as echarts from 'echar 阅读全文
posted @ 2022-04-21 16:01 zjxgdq 阅读(52) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="wrap"> <div class="div"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> <div>6</div> <div>7</div> <div>8</div 阅读全文
posted @ 2022-04-19 10:39 zjxgdq 阅读(12) 评论(0) 推荐(0) 编辑
摘要:1,npm i lib-flexible postcss-pxtorem -D 2,index.js import 'lib-flexible' 3webpack.config const px2rem = require('postcss-pxtorem') px2rem({ rootValue: 阅读全文
posted @ 2022-04-14 14:14 zjxgdq 阅读(134) 评论(0) 推荐(0) 编辑
摘要:npm install -g react-native-cli react-native init My-app --template typescript 阅读全文
posted @ 2022-04-12 15:20 zjxgdq 阅读(13) 评论(0) 推荐(0) 编辑
摘要:umi 在 react https://zhuanlan.zhihu.com/p/343028772按需加载配置config-overrides.jsnpm install react-app-rewired customize-cra --save-dev npm add babel-plugin 阅读全文
posted @ 2022-04-07 14:00 zjxgdq 阅读(59) 评论(0) 推荐(0) 编辑
摘要:reactcomponentWillMount(){ console.log('组件将要挂载','componentWillMount'); } componentDidMount(){ console.log('组件已经挂载','componentDidMount'); } componentWi 阅读全文
posted @ 2022-04-07 13:04 zjxgdq 阅读(26) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/ding1006/p/4701121.htmlhttps://blog.csdn.net/weixin_35735685/article/details/118627814 // -webkit-clip-path: circle(50% at 50% 阅读全文
posted @ 2022-04-07 09:37 zjxgdq 阅读(9) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/270208663 阅读全文
posted @ 2022-04-06 14:59 zjxgdq 阅读(5) 评论(0) 推荐(0) 编辑
摘要:https://kazupon.github.io/vue-i18n/zh/guide/datetime.html 阅读全文
posted @ 2022-04-02 21:00 zjxgdq 阅读(4) 评论(0) 推荐(0) 编辑