gpt4 book ai didi

extjs - 如何为 ExtJS 面板内的项目提供填充/边距

转载 作者:行者123 更新时间:2023-12-03 09:46:44 25 4
gpt4 key购买 nike

我正在使用 ExtJS 2.3.0
我有一个面板和里面的一些元素

{
xtype: 'panel',
border: false,
margin: '10px;' // Not working for me
items: [
{ boxLabel: 'One', xtype: 'checkbox' },
{ boxLabel: 'Two', xtype: 'checkbox' }
]
}

我尝试使用边距、填充...它们都不适合我..

任何解决方案。

最佳答案

您可以使用 bodyStyle配置属性:

{
xtype: 'panel',
border: false,
bodyStyle: 'margin: 10px;'
items: [
{ boxLabel: 'One', xtype: 'checkbox' },
{ boxLabel: 'Two', xtype: 'checkbox' }
]
}

关于extjs - 如何为 ExtJS 面板内的项目提供填充/边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21276907/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com