04 2022 档案
vue-awesome-swiper如何自定义左右箭头图片
摘要:适用于:vue2、vue-awesome-swiper版本3.1.3 如果需要自定义左右箭头 想要实现swiper左右点击的箭头在slide外面,只需要在swiper标签外再套一个div,再给这个div附上相对定位即可 原生的组件是写在swiper里面,需要在swiper外面再包一层div,把箭头写
el-pagination的悬浮和选中字体和背景颜色修改
摘要:.table-footer{ .el-pagination.is-background .el-pager li:not(.disabled).active { background-color: #67c23a; color: #FFF !important; } .el-pager li:hov
el-date-picker选中时改变边框颜色
摘要:想要更换边框颜色 <div class="table-top-left"> <el-date-picker class="top-date" style="width:280px" align="center" @change="dateChange" size="small" :clearable