CSS问题,文本和复选框未对齐[关闭]

nuypyhwy  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(51)

**已关闭。**此问题需要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>

字符集


的数据

相关问题