如何将复选框定位到文本的右侧?
How to position checkbox to the right of the text?
我该如何实现?
没有API。
<label formControlName="item" nz-checkbox>Item</label>
您可以在 nz-checkbox 上设置 flex-direction: row-reverse
或在其上添加 class="ant-checkbox-rtl"
(不推荐)。
我该如何实现? 没有API。
<label formControlName="item" nz-checkbox>Item</label>
您可以在 nz-checkbox 上设置 flex-direction: row-reverse
或在其上添加 class="ant-checkbox-rtl"
(不推荐)。