perry
perry
fix:#20558,修复table-column 如果 fixed为left 或者right, 但不在第一个节点就无法显示的问题 [#20558](https://github.com/element-plus/element-plus/issues/20558)
### Version 5.6 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/basic-bar-forked-2jvf59?file=%2Findex.js%3A26%2C14 ### Steps to Reproduce option = { title: { text: "", show: false, }, tooltip: { trigger: "axis", }, legend: {...
新增 showClose 参数控制是否显示关闭按钮,并添加相关样式和文档说明 ### 🤔 这个 PR 的性质是?(至少选择一个) - [ ] 日常 bug 修复 - [ x ] 新特性提交 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ]...
在微信小程序环境因rich-text是块元素,所以会展示换行,现在对node.vue代码进行修改后,修复此bug