eextjs3.4 如何让右面的复选框居中?如图,并附有代码,懂的来。

,{layout:'form',columnWidth:0.2,items:[{xtype:'fieldset',title:'工作日',style:'margin-le... ,{ layout:'form', columnWidth:0.2, items:[{ xtype:'fieldset', title:'工作日', style: 'margin-left: 10px;height:265;', items:[{ xtype:'checkbox', boxLabel:'星期日', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期一', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期二', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期三', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期四', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期五', autoWidth: 'auto' },{ xtype:'checkbox', boxLabel:'星期六', autoWidth: 'auto' }] }] }

注:外层items为column布局,求高手指导!
展开
 我来答
百度网友ce8a783
2015-04-28 · TA获得超过318个赞
知道小有建树答主
回答量:349
采纳率:50%
帮助的人:267万
展开全部
试试
{
layout : 'form',
columnWidth : 0.2,
items : [{
xtype : 'fieldset',
title : '工作日',
style : 'margin-left: 10px;height:265;',
//这里begin
layout : {
type : 'hbox',
pack : "center"
},
//这里end
items : [{
//这里begin
xtype : 'checkboxgroup',

columns : 1,
vertical : true,
//这里end
items : [{
xtype : 'checkbox',
boxLabel : '星期日',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期一',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期二',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期三',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期四',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期五',
autoWidth : 'auto'
}, {
xtype : 'checkbox',
boxLabel : '星期六',
autoWidth : 'auto'
}
]
}
]
}
]
}
追问

良心回答,先送上100个赞!

不过现在居左了没有居中,您看还有别的办法吗?


追答
(⊙o⊙)…我在这边测试是居中的啊。。不过我的是4.2版本
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式