竖排:
#new-center ul li {
float: left;
width: 100%;
color: #c2c2c2;
list-style: none;
line-height: 1.8;
}
横排。
#new-center ul li{float: left;width: 100%;color: #c2c2c2;list-style: none;line-height: 1.8;}
如上,Webstorm求问有没有办法这样写成一行,不用每次按 回车或者TAB 就换一次行?
竖排:
#new-center ul li {
float: left;
width: 100%;
color: #c2c2c2;
list-style: none;
line-height: 1.8;
}
横排。
#new-center ul li{float: left;width: 100%;color: #c2c2c2;list-style: none;line-height: 1.8;}
如上,Webstorm求问有没有办法这样写成一行,不用每次按 回车或者TAB 就换一次行?
2 回答858 阅读✓ 已解决
4 回答950 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
2 回答1k 阅读✓ 已解决
2 回答2.6k 阅读
1 回答1k 阅读✓ 已解决
2 回答876 阅读✓ 已解决
有的,直接在settings里面搜索css,在css选项中进行配置就好了,scss和less也会同步生效