摘要: echarts中自定义tooltip的换行问题 使用extraCssText属性 在官网文档中描述 tooltip: { trigger: 'item', show: true, formatter: '{b} : {c} ({d}%)', extraCssText: 'max-width:200p 阅读全文
posted @ 2023-12-04 19:27 rachelch 阅读(967) 评论(0) 推荐(0) 编辑
摘要: "files.autoSave": "afterDelay" "editor.formatOnSave": true 这两个配置不能一起使用 解决方法: 1.将"afterDelay"修改为“onFocusChange" (设置成onFocusChange或者onWindowChange) 2. 3 阅读全文
posted @ 2023-12-04 19:23 rachelch 阅读(2079) 评论(0) 推荐(0) 编辑