上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: background: linear-gradient(left, rgba(45, 73, 165, .1), rgba(45, 73, 165, .4), rgba(45, 73, 165, 0.1)); 阅读全文
posted @ 2022-02-16 16:09 如意酱 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 28. border-top: 1px solid; border-image: -webkit-linear-gradient(90deg, transparent, rgba(48, 160, 255, .5) 50%, transparent) 1; border-image: linear- 阅读全文
posted @ 2022-02-16 16:07 如意酱 阅读(120) 评论(0) 推荐(0) 编辑
摘要: @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { .ball { width: 170px; height: 2px; background-image: linear-gradien 阅读全文
posted @ 2022-02-16 15:03 如意酱 阅读(264) 评论(0) 推荐(0) 编辑
摘要: /* 文字超出范围的三个点 */ width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* 超过两行显示三个点:*/ word-break: break-all; text-overflow: e 阅读全文
posted @ 2022-02-16 15:02 如意酱 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <span :style="{ color: setStatusColor(scope.row.status) }"> {{setStatusCN(scope.row.status) }} </span> computed: { setStatusColor() { return function 阅读全文
posted @ 2022-02-16 14:58 如意酱 阅读(708) 评论(0) 推荐(0) 编辑
摘要: (this.currentPage - 1) *this.numPage +index +1 阅读全文
posted @ 2022-02-16 14:49 如意酱 阅读(87) 评论(0) 推荐(0) 编辑
摘要: div { display: inline-block; width: 20%; background: green; position: relative; } div:before { content: ""; display: inline-block; padding-bottom: 100 阅读全文
posted @ 2022-02-16 14:48 如意酱 阅读(286) 评论(0) 推荐(0) 编辑
摘要: //设置一个监听resize window.addEventListener('resize', () => { ​ this.runningChart.resize(); }); //离开的时候销毁resize destroyed() { ​ window.removeEventListener( 阅读全文
posted @ 2022-02-16 14:46 如意酱 阅读(124) 评论(0) 推荐(0) 编辑
摘要: areaStyle: { color: { type: 'linear', colorStops: [{ offset: 0, color: 'rgba(35,174,229,1)' // 0% 处的颜色 }, { offset: 0.5, color: 'rgba(35,174,229,0.8)' 阅读全文
posted @ 2022-02-16 14:40 如意酱 阅读(2954) 评论(0) 推荐(0) 编辑
摘要: series: [{ type: 'line', color: ['#1FE3B3'], symbolSize: 5, // 设置折线上圆点大小 symbol: 'circle', // 设置拐点为实心圆}, 阅读全文
posted @ 2022-02-16 14:38 如意酱 阅读(2561) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页