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 はこの問題を解決する必要があります。