nodebook/20191101/20191101.md
2019-11-03 13:08:13 +08:00

245 B
Raw Permalink Blame History

  • absolute属性不去设置top和left的时候是不会去侵占其他元素的位置的

  • flex 子元素平铺flex:1;

  • getComputerStyle(ele,null).left

    • 谷歌支持火狐支持ie8不支持
  • ele.currentStyle.left

    • ie8支持