摘要: 因为img标签是行内标签自带间距,导致图片和div之间有间隙 <div class="img-container"> <img src="xxxxxxxxx" /> </div> <style lang='less'> .img-container { width: 200px; font-size 阅读全文
posted @ 2024-11-06 14:34 hong_li 阅读(0) 评论(0) 推荐(0) 编辑
摘要: this.$refs.rowRef.scrollIntoView({ block: 'start', behavior: 'smooth' }) 阅读全文
posted @ 2024-11-06 11:34 hong_li 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <div class="img-container"> <img /> <div/> <style lang="less"> .img-container { width: 50px; height: 30px; overflow: hidden; img { width: 100%; transi 阅读全文
posted @ 2024-11-06 10:06 hong_li 阅读(0) 评论(0) 推荐(0) 编辑