使用 Neptune 主题时,数字字段旁边的图标位于表单面板的右上角。所有图标都具有 CSS LEFT 和 TOP 属性 - 但是,对于数字字段图标,它占据相对于 From Panel 的位置。其他图标放置在正确的位置。检查附加的图像和 css 类:
.x-form-trigger::after
{
position: absolute;
top: 5px;
left: 6px;
width: 11px;
height: 11px;
content: "";
background: url('../../resources/themes/images/neptune/triggerfield.png') no-repeat;
}
我想将图标放在正确的位置。任何想法?