Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为它发生在 git merge 之后,
我的CSS中有很多重复
例如这里:
.case_wrap .same__text { margin: 90px 0 100px; position: relative; padding-left: 15px; padding-right: 15px; position: relative; }
一些属性在一个类中是不同的“位置:相对||位置:绝对”
怎样才能自动清除??