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

10 lines
245 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* absolute属性不去设置top和left的时候是不会去侵占其他元素的位置的
* flex 子元素平铺flex:1;
* getComputerStyle(ele,null).left
* 谷歌支持火狐支持ie8不支持
* ele.currentStyle.left
* ie8支持