Microsoft Edge Javascript无法设置style.left

时间:2018-06-01 14:35:54

标签: css vue.js microsoft-edge

我正在处理当前项目中的网格元素,不幸的是,我必须支持IE11和Edge。在Chrome + Firefox中我的方法正在工作但是在IE中我可以看到左侧属性没有被分配。有没有人见过这个?

提前致谢。

  return {
      top: `${this.top}px`,
      left: `${this.left + 2.5}px`,
      width: `${this.w - 10}px`,
      height: `${this.height}px`
   } 

0 个答案:

没有答案