sea
sea
How to customize header, such as header color, font size, font width, and background color
使用 pnpm i --ignore-scripts 安装依赖会导致无法在vue2的项目中使用 实际的发生场景 vue2项目使用了@antv/x6-vue-shape插件, 然后安装依赖 添加了 --ignore-scripts 参数, 导致xxx.reactive is not a function 安装依赖的时候执行对vue2的支持, 隐藏的有点深 [苦涩] scripts: { "postinstall" : 'xxxx' } 作者可以在readme中添加个提示 [捂脸], 排查问题好坑呀[捂脸]
How to set the timeline to not automatically expand and only display from the start time to the end time.  As shown in the style above, without automatic extension...
目前的需求是需要动态计算内容高度, 然后设置组件的高度, 高度动态设置完毕后并不会使布局重新绘制, 导致出现间隙或覆盖的情况 
### Describe the feature / 功能描述 希望可以对合并后的单元格设置对齐方式, 例如横向:左对齐,居中,右对齐, 纵向: 顶部对齐, 居中,底部对齐 例如下图  ### Design the API / API 设计 | name | type | default | description | |...