**已关闭。**此问题需要debugging details。目前不接受回答。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答问题。
5天前关闭。
Improve this question的
我有一个css风格的问题,文本框和文本不对齐。下面是我的代码。我需要帮助来解决这个问题。
谢谢
<div>
<input
type="checkbox"
[checked]="section?.data?.allowMe"
class="pointer-events-none"
/>
<label class="ml-2 view-text" for="allMe"
>Allow LostOfData to be Seen</label
>
</div>
字符集
的数据
1条答案
按热度按时间vwkv1x7d1#
使用flexbox(https://css-tricks.com/snippets/css/a-guide-to-flexbox/):
字符集