会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
崔崔阿
博客园
首页
新随笔
新文章
联系
管理
订阅
2020年3月16日
echarts属性大全
摘要: // 全图默认背景 // 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日
element 树形菜单加title
摘要: <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日
easyui 面板title 加东西
摘要:
阅读全文
posted @ 2019-01-07 13:47 崔崔阿
阅读(175)
评论(0)
推荐(0)
2019年1月4日
echarts 去掉 x轴坐标
摘要: symbol:'none', //这句就是去掉点的 smooth:true,
阅读全文
posted @ 2019-01-04 16:42 崔崔阿
阅读(2597)
评论(0)
推荐(0)
echarts 图表后面背景色
摘要: "splitArea": { "show": true, "areaStyle": { "color": [ "blue" ] } }
阅读全文
posted @ 2019-01-04 16:42 崔崔阿
阅读(4493)
评论(0)
推荐(0)
echarts 自适应方法 x和y x2和y2
摘要: grid:{ x:65, y:20, x2:30, y2:30},
阅读全文
posted @ 2019-01-04 16:41 崔崔阿
阅读(1701)
评论(0)
推荐(0)
echarts x和y去掉
摘要: 解决方法 "axisLine": { "show": false },
阅读全文
posted @ 2019-01-04 16:39 崔崔阿
阅读(679)
评论(0)
推荐(0)
2018年12月21日
vue 的全局组件和 局部组件
摘要: vue组件局部与全局注册的区别 //局部注册 var mycomponent = new extend({ <!--Vue.extend()是Vue构造器的扩展,调用Vue.extend()我们将创建一个组件构造器--> template:"<div>我是局部注册</>" }) new Vue({
阅读全文
posted @ 2018-12-21 16:54 崔崔阿
阅读(438)
评论(0)
推荐(0)
vue-cli
摘要: 解决问题 安装:npm install --global vue-cli
阅读全文
posted @ 2018-12-21 13:39 崔崔阿
阅读(81)
评论(0)
推荐(0)
公告