Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
触发场高度太小 IMO..
如您所见...右侧的按钮更大。我试过了
height: 40
但触发场的高度不会改变。有没有另一种改变高度的方法。
您可以通过添加以下 CSS 规则来部分解决此问题:
.x-form-field-wrap .x-form-trigger { height:40px; }
按钮具有固定的图像,因此具有固定的高度。Sencha需要解决这个问题。