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.
i have linked copy code here please find the result
https://codepen.io/manikandanpa/pen/RyeEpX?editors=1010
你需要将你的移动.ui.labeled.input到一个divwith.fluid.field
.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>
https://jsfiddle.net/4x8d56sw/