表格属性栏功能改造
Opened this issue · 0 comments
helloqian12138 commented
Is your feature request related to a problem? Please describe.
表格生成器属性栏优化
- 优化现有的 Form 格式,主要是面向代码编辑器和数组的编辑器,优化排列布局和配置方式,目前代码编辑器太挤了,数组编辑也很挤,后续考虑采用弹框的形式进行配置;
- 表格的富文本编辑器,会将原有的属性给覆盖;比如“COLOR”会被替换成“
COLOR
” - 属性栏后续需要支持抽屉的形式,以及支持指定的组件弹出自定义的属性栏,而不是内置的属性栏“
- 属性栏 Form 功能简化,以及代码优化,去繁为简,参考drip-works;
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.