摘要: ```js ``` 然后 css 改用下面的那种单位,上面第二种方法 相当于 1rem=10px ```css .div{ text-align: center; height:200px; line-height: 46px; } ``` /*改为下面的*/ ```css .div{ text-a 阅读全文
posted @ 2023-05-30 15:48 sinceForever 阅读(17) 评论(0) 推荐(0) 编辑
摘要: ``` hasRoute(path, routeList) { // console.log('path', path, routeList); for (let i = 0; i < routeList.length; i++) { if (routeList[i].path path) { re 阅读全文
posted @ 2023-05-30 15:21 sinceForever 阅读(72) 评论(0) 推荐(0) 编辑