Skip to content

Commit

Permalink
解决important过多问题 #2053
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Nov 30, 2016
1 parent ee3acc0 commit 4e64550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ body {

/* TODO 待和后台合并为一个 */
/* Spacing */
/* csslint ignore:start */
/* 助手方法使用!important确保有效 */
/* stylelint-disable declaration-no-important */
.m-a-sm {
margin: .625rem !important;
}
Expand Down Expand Up @@ -367,7 +368,7 @@ body {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
/* csslint ignore:end */
/* stylelint-enable declaration-no-important */

/* 头部的选项卡 */
.header-tab {
Expand Down

0 comments on commit 4e64550

Please sign in to comment.