2021年8月23日

vue中分页点击跳转刷新同时可自动跳转页码

摘要: 1 //分页组件 2 <div class="page"> 3 <el-pagination 4 small 5 @current-change="handleChange" 6 prev-text="上一页" 7 next-text="下一页" 8 background 9 :page-size= 阅读全文

posted @ 2021-08-23 17:00 一名小学生呀 阅读(510) 评论(0) 推荐(0)

vue中适配,页面使用rem,函数设置rem基础font-size自适应问题

摘要: 1 (function(){ //适配设置基础rem 2 function w() { 3 var r = document.documentElement; 4 var a = r.getBoundingClientRect().width;//获取当前设备的宽度 5 console.log(a, 阅读全文

posted @ 2021-08-23 16:33 一名小学生呀 阅读(1085) 评论(0) 推荐(0)

导航