摘要: 修改选中页码的样式: .el-pager .active{ color:red !important;//选中 } .el-pager .number:hover{ color:red !important;//移动 } 使用: <template> <div class="block"> <el- 阅读全文
posted @ 2022-03-07 18:27 谎渊 阅读(63) 评论(0) 推荐(0)
摘要: vue资源库中有个插件很好用vue-cookies 安装 npm install vue-cookies --save import VueCookies from 'vue-cookies' Vue.use(VueCookies) $cookies.config() 设置默认值 this.$coo 阅读全文
posted @ 2022-03-07 14:06 谎渊 阅读(67) 评论(0) 推荐(0)