2024年8月27日
摘要: <template> <div ref="list" class="infinite-list-container" @scroll="scrollEvent($event)"> <div class="infinite-list-phantom" :style="{ height: listHei 阅读全文
posted @ 2024-08-27 23:52 W-阿飞 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 方法一:指令.js // 注册一个全局自定义指令 `v-has-permission` Vue.directive('has-permission', { bind(el, binding, vnode) { // 获取绑定的权限值 const permission = binding.value; 阅读全文
posted @ 2024-08-27 23:33 W-阿飞 阅读(108) 评论(0) 推荐(0) 编辑
摘要: rem页面 <style> html { font-size: 100px; } div { /* 相对于 100px */ font-size: 1rem; } </style> <div> rem单位 </div> flexible <!DOCTYPE html> <html lang="en" 阅读全文
posted @ 2024-08-27 21:49 W-阿飞 阅读(4) 评论(0) 推荐(0) 编辑