博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年10月18日

摘要: <div ref="init"></div> 写在 页面 方法 部分 这里的 offsetHeight 是返回元素的宽度(包括元素宽度、内边距和边框,不包括外边距) let height= this.$refs.init.$el.offsetHeight; 这里的offsetHeight可以替换,用 阅读全文

posted @ 2021-10-18 13:46 学以致用的人 阅读(2684) 评论(0) 推荐(0)