11 2020 档案

摘要:参考:https://blog.csdn.net/weixin_44416019/article/details/96976261 在使用vue+elementUI开发后台管理项目时,需要修改默认颜色,步骤如下。 步骤: 进入项目文件夹 cd 你的项目文件夹名称 全局安装主题生成工具 cnpm i 阅读全文
posted @ 2020-11-18 18:15 拈花醉 阅读(8636) 评论(0) 推荐(1)
摘要:加载动画 Echarts已经内置好了加载数据的动画,只需要在合适的时机显示或隐藏 myChart.showLoading() // 显示 myChart.hideLoading() // 隐藏 动画配置 animation:true, // 默认是true 是否开启动画 animationDurat 阅读全文
posted @ 2020-11-15 17:43 拈花醉 阅读(1716) 评论(0) 推荐(0)
摘要:echarts属性的设置(完整大全) 转载于:https://www.cnblogs.com/benmumu/p/8316652.html / / 全图默认背景 // backgroundColor: ‘rgba(0,0,0,0)’, // 默认色板 color: ['#ff7f50','#87ce 阅读全文
posted @ 2020-11-15 17:41 拈花醉 阅读(168) 评论(0) 推荐(0)
摘要:initMenu.splice(initMenu.findIndex(item => item undefined), 1) // for (let i = 0; i < initMenu.length; i++) { // if (initMenu[i] == null || initMenu[i 阅读全文
posted @ 2020-11-04 13:59 拈花醉 阅读(6906) 评论(0) 推荐(0)