摘要: 使用 :nth-child <template lang="pug"> msg-container .homePageLeft(slot="left") .homePageLeftTop echats .homePageLeftTop echats latestNews(slot="right") 阅读全文
posted @ 2020-07-03 18:10 Y迎code 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 大致结构: <template lang="pug"> .latestNews .latestNewsTitle 标题1 .latestNewsContent .News 内容1 .News 内容2 </template> css实现效果:使用::before 对内容前的小方块进行css绘制即可 . 阅读全文
posted @ 2020-07-03 17:31 Y迎code 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: echats重新加载重绘问题:页面刷新时图表无法加载 解决办法:将图标EChats 单独抽出来作为公共组件 在src下的components中新建一个文件夹为echats,存放图表文件 echats/index.vue 内容如下(此处为静态数据,还未使用动态数据,只是举个例子,实际使用场景随需求而定 阅读全文
posted @ 2020-07-03 17:20 Y迎code 阅读(789) 评论(0) 推荐(0) 编辑
摘要: 一、加箭头 axisLine: { symbol: ['none', 'arrow'], symbolOffset: [0, 4], lineStyle: { color: '#707070' } }, //以X轴为例 xAxis: [ { type: 'category', axisTick: { 阅读全文
posted @ 2020-07-03 14:25 Y迎code 阅读(1182) 评论(0) 推荐(0) 编辑