fix(Cell): 解决外部样式类优先级问题 @rex-zsd (#746)

This commit is contained in:
rex 2018-10-12 15:06:04 +08:00 committed by neverland
parent deffdcb7b1
commit f627653505

View File

@ -46,7 +46,7 @@
} }
&__left-icon { &__left-icon {
font-size: 16px; font-size: 16px !important;
line-height: 24px; line-height: 24px;
margin-right: 5px; margin-right: 5px;
vertical-align: middle; vertical-align: middle;
@ -54,7 +54,7 @@
&__right-icon { &__right-icon {
color: @gray-dark; color: @gray-dark;
font-size: 12px; font-size: 12px !important;
line-height: 24px; line-height: 24px;
margin-left: 5px; margin-left: 5px;
} }