码迷,mamicode.com
首页 > 其他好文 > 详细

IE edge 下 clientWidth 为 0 的坑,Chrome 正常

时间:2019-01-16 15:37:17      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:chrome   his   inf   http   ble   idt   OLE   rap   console   

在IE下,渲染的 dom 元素初始 clientWidth 为 0,而 scrollWidth 有效。
而 chrome 表现则为一致。

Code

const tableWrapper = this.$refs.tableWrapper
const { scrollWidth, clientWidth } = tableWrapper
console.log(scrollWidth, clientWidth)

Chrome

技术分享图片

IE edge

技术分享图片

IE edge 下 clientWidth 为 0 的坑,Chrome 正常

标签:chrome   his   inf   http   ble   idt   OLE   rap   console   

原文地址:https://www.cnblogs.com/givingwu/p/10277161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!