Extjs Label的 fieldLabel和html属性值对齐的方法

这篇文章主要介绍了Extjs Label的 fieldLabel和html属性值不能对齐的解决方法,需要的朋友可以参考下

设置:style:"position:relative;top:2px

复制代码 代码如下:


var factorName = new Ext.form.Label({
id : 'factorName',
fieldLabel : '要素名称',
style:"position:relative;top:2px;",
text : simpleGrid.getItems('factorName'),
anchor : '100%'
});

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgpdyf.html