摘要: flex 布局,上下两个盒子,如果想要让某一个盒子支持滚动条,必须给这个盒子加高度,如果是 auto 则无法滑动。 阅读全文
posted @ 2023-06-19 14:27 蓓蕾心晴 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 安装 lottie-web yarn add lottie-web 封装 lottie 组件 <template> <div ref="animation" :style="{ width, height }"></div> </template> <script> import { defineC 阅读全文
posted @ 2023-06-19 14:10 蓓蕾心晴 阅读(506) 评论(0) 推荐(0) 编辑