【发布时间】:2019-05-18 00:52:22
【问题描述】:
由于缺乏文档,我很难弄清楚如何将组件设置(特征)添加到演示中的样式管理器面板部分。
是否存在代码块?我花了 2 天时间试图弄清楚这一点,但我找不到任何东西
styleManager: {
sectors: [
{
name: "General",
open: !1,
buildProps: ["float", "display", "position", "top", "right", "left", "bottom"]
}, {
name: "Dimension",
open: !1,
buildProps: ["width", "height", "max-width", "min-height", "margin", "padding"]
},
我想在样式管理器中添加组件设置
【问题讨论】:
标签: javascript html css angularjs grapesjs