2020年3月16日
摘要: // 全图默认背景 // backgroundColor: ‘rgba(0,0,0,0)’, // 默认色板 color: ['#ff7f50','#87cefa','#da70d6','#32cd32','#6495ed', '#ff69b4','#ba55d3','#cd5c5c','#ffa5 阅读全文
posted @ 2020-03-16 09:14 崔崔阿 阅读(260) 评论(0) 推荐(0)
  2019年2月26日
摘要: html 阅读全文
posted @ 2019-02-26 13:04 崔崔阿 阅读(144) 评论(0) 推荐(0)
  2019年2月20日
摘要: <script src="//unpkg.com/vue/dist/vue.js"></script><script src="//unpkg.com/element-ui@2.5.4/lib/index.js"></script><div id="app"><el-tree :data="data 阅读全文
posted @ 2019-02-20 16:09 崔崔阿 阅读(2325) 评论(0) 推荐(0)
  2019年1月7日
摘要: 阅读全文
posted @ 2019-01-07 13:47 崔崔阿 阅读(175) 评论(0) 推荐(0)
  2019年1月4日
摘要: symbol:'none', //这句就是去掉点的 smooth:true, 阅读全文
posted @ 2019-01-04 16:42 崔崔阿 阅读(2597) 评论(0) 推荐(0)
摘要: "splitArea": { "show": true, "areaStyle": { "color": [ "blue" ] } } 阅读全文
posted @ 2019-01-04 16:42 崔崔阿 阅读(4493) 评论(0) 推荐(0)
摘要: grid:{ x:65, y:20, x2:30, y2:30}, 阅读全文
posted @ 2019-01-04 16:41 崔崔阿 阅读(1701) 评论(0) 推荐(0)
摘要: 解决方法 "axisLine": { "show": false }, 阅读全文
posted @ 2019-01-04 16:39 崔崔阿 阅读(679) 评论(0) 推荐(0)
  2018年12月21日
摘要: vue组件局部与全局注册的区别 //局部注册 var mycomponent = new extend({ <!--Vue.extend()是Vue构造器的扩展,调用Vue.extend()我们将创建一个组件构造器--> template:"<div>我是局部注册</>" }) new Vue({ 阅读全文
posted @ 2018-12-21 16:54 崔崔阿 阅读(438) 评论(0) 推荐(0)
摘要: 解决问题 安装:npm install --global vue-cli 阅读全文
posted @ 2018-12-21 13:39 崔崔阿 阅读(81) 评论(0) 推荐(0)