标签:span 浏览器 编译 height strong bsp nbsp width col
/*避免编译*/
.test_03{ width: 300px; height: calc(300px - 30px); } => .test_03 { width: 300px; height: calc(270px); }
.test_03{ width: 300px; height: ~‘calc(300px - 30px)‘; } => .test_03 { width: 300px; height: calc(300px - 30px); }
标签:span 浏览器 编译 height strong bsp nbsp width col
原文地址:https://www.cnblogs.com/wzndkj/p/9315842.html