element-ui select 下拉框 实现分页 通过css样式


<el-select style="position: relative"
>
   <div class="text-center" style="position: sticky;background: #fff;height:30px;top:0;z-index:1">
      <a class="text-normal">
        <el-pagination class="pagination"
                       :page-sizes="[100]"
                       layout="prev, next"/>
      </a>
    </div>
      <el-option/>
</el-select>

标红:为关键实现代码,分页相关事件自行绑定 ,el-option 自行绑定数据


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM