输入框的错误标签在语义上不指向左侧而是向上ui
error label for the inputbox doesn't point to the left but upwards in semantic ui
i have linked copy code here please find the result
您需要将 .ui.labeled.input
移动到 div
和 .fluid.field
<form class="ui form">
<div class="fluid field">
<div class="ui labeled input">
<div class="ui label">
Example
</div>
<input class="ui input " type="text" name="example" required>
</div>
</div>
</form>
i have linked copy code here please find the result
您需要将 .ui.labeled.input
移动到 div
和 .fluid.field
<form class="ui form">
<div class="fluid field">
<div class="ui labeled input">
<div class="ui label">
Example
</div>
<input class="ui input " type="text" name="example" required>
</div>
</div>
</form>