Skip to content

Commit d025d25

Browse files
committed
fix: modify style
1 parent 27d62bb commit d025d25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/packages/badge/badge.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@
4444
box-sizing: border-box;
4545
color: $badge-color;
4646
font-size: $badge-font-size;
47-
/* #ifdef harmony */
4847
line-height: 12px;
49-
/* #endif */
50-
/* #ifndef harmony */
51-
line-height: 11px;
52-
/* #endif */
5348
white-space: nowrap;
5449
font-weight: normal;
5550
vertical-align: middle;
@@ -59,7 +54,12 @@
5954

6055
&-number {
6156
font-family: 'JD';
57+
/* #ifdef harmony */
6258
line-height: 12px;
59+
/* #endif */
60+
/* #ifndef harmony */
61+
line-height: 13px;
62+
/* #endif */
6363
}
6464

6565
&-one {

0 commit comments

Comments
 (0)