09 2023 档案

摘要:两个不同种类的数据差距大 使用dataset的option配置项 option = { legend: {}, tooltip: {}, dataset: { dimensions: ['model', '评分数', '评分值'], source: [ { model: 'FBA', 评分数: 15 阅读全文
posted @ 2023-09-25 11:25 Chiffon1996 阅读(1118) 评论(0) 推荐(0) 编辑
摘要:DON'T use ref or reactive to wrap the echarts instance. Use a common variable or shallowRef to avoid the deep watch for echarts instance. 不要使用 ref 或 r 阅读全文
posted @ 2023-09-23 11:19 Chiffon1996 阅读(204) 评论(0) 推荐(0) 编辑
摘要:表格元素居中 tr:last-child td, tr:last-child th { padding: 16px; vertical-align: middle; } 文字下方打点 .underline_dotted { padding-bottom: 2px; cursor: pointer; 阅读全文
posted @ 2023-09-15 16:11 Chiffon1996 阅读(3) 评论(0) 推荐(0) 编辑
摘要:想让子元素撑满父元素,首先想到的就是 height:100% ,但是却经常无效…… 究其原因,大概是因为其父元素没有“固定”的高度--无法在子元素全部绘出之前计算出其高度,那么子元素的100%高度也就没有意义了。 典型的情形一,设置div的高度撑满浏览器窗口。 <!DOCTYPE html> <ht 阅读全文
posted @ 2023-09-08 16:05 Chiffon1996 阅读(1000) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示