摘要: <style> .box{ display: flex; flex-direction: column; height: 100vh; overflow: hidden; //只要不是auto } .parent{ flex: 1; min-height: 0; //or height:0 } .c 阅读全文
posted @ 2023-10-11 14:19 亦茫茫 阅读(363) 评论(0) 推荐(0) 编辑
摘要: vite.config.js base 决定了打包后,资源引用的前缀 base:'/hlw/' link ref='/hlw/assets' 打包后的dist要放到 /hlw 路径下 base 的值 与 process.env.BASE_URL、import.meta.env.BASE_URL一致 阅读全文
posted @ 2023-10-11 11:03 亦茫茫 阅读(1043) 评论(0) 推荐(0) 编辑