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.
上記のラジオボタンはラベルを折り返しますが、正しく配置されていません。上部の最初のテキストのすぐ下に配置する必要があります。ラベルを正しく折り返すために設定する必要がある構成はありますか。
ExtJS 6 が実装したものを見ることによって。この CSS 上書きは、ExtJS 4.2.1 で使用できます。
.x-form-cb-label-after { display: inline-block; padding-left: 17px; margin: 4px 0 0 0; } .x-form-cb { margin-top: 5px; position: absolute; }
そしてこれを達成します: