按鈕右邊顯示

父級設置 爲 block ;css

子級 用 float 浮動ios

  <h3 slot="title" class="category__header-title">
          <Icon type="ios-paper-outline" color="#2D8cF0" size="25"/>
             數據管理
            <div class="pull-right">
                    <Button type="primary" @click="handleSubmit('formInline')" >查詢</Button>
                    <Button @click="handleReset('formInline')" style="margin-left: 8px">重置 
                    </Button>
            </div>
  </h3>

  cssorm

 .pull-right {
    float: right!important;
}
  .category__header-title {
    display: block;
  }

  效果顯示:blog

相關文章
相關標籤/搜索