textfield等控件的下边那条线显示有问题:
在Ext-all.css中找到如下内容:
.ext-ie .x-form-text {
margin-top:-1px;
margin-bottom:-1px;
height:22px;
line-height:18px;
}
然后替换 margin-bottom:-1px; 为 margin-bottom:0px;
textfield等控件的下边那条线显示有问题:
在Ext-all.css中找到如下内容:
.ext-ie .x-form-text {
margin-top:-1px;
margin-bottom:-1px;
height:22px;
line-height:18px;
}
然后替换 margin-bottom:-1px; 为 margin-bottom:0px;