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.
我需要根据标签文本的长度更改 div 的宽度。因为我的标签文字被剪掉了。这是我的代码。
您可以使用display: inline-block和清理它们使您难以实现所需的内联样式。如果您将它们添加到您的 css 文件中,而不是内联样式会更好。这是编辑过的小提琴
display: inline-block
div 必须包含在 label 中,并且您必须将位置设置为相对,position:relative;.
position:relative;