vue+iview分页组件的封装
vue+iview的分页组件封装 1.在components中创建pagination文件夹,接着创建src,index.js,index.less文件 2.index.less文件 //需要修改的样式 .ivu-page-options { margin-left: 10px; .ivu-page-options-sizer { margin-right: 0; } } 3.index.js文件 import ./index.less; import component from ./src/main; /* istanbul ignore next */ compo
用户评论