【问题标题】:error label for the inputbox doesn't point to the left but upwards in semantic ui输入框的错误标签在语义 ui 中不指向左侧而是向上
【发布时间】:2018-10-27 11:02:13
【问题描述】:
i have linked copy code here please find the result

https://codepen.io/manikandanpa/pen/RyeEpX?editors=1010

【问题讨论】:

    标签: semantic-ui formvalidation.io error-messages-for


    【解决方案1】:

    您需要将您的.ui.labeled.input 移动到带有.fluid.fielddiv

    <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/

    【讨论】:

    • 它工作正常。但是为什么它又向上而不是向左,帮帮我。
    猜你喜欢
    • 2013-08-26
    • 2018-01-23
    • 1970-01-01
    • 2015-12-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多