Skip to content

Commit 4e5441e

Browse files
committed
feat(statistic): '生产环境 icon导致不对齐问题'
1 parent 7a07271 commit 4e5441e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devui-vue/devui/statistic/src/statistic.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
font-size: 24px;
1717
display: flex;
1818
align-items: center;
19-
vertical-align: center;
2019
}
2120

2221
&-prefix {
2322
margin-right: 6px;
23+
display: flex;
2424
}
2525

2626
&-suffix {
2727
margin-left: 6px;
28+
display: flex;
2829
}
2930

3031
&--value {

0 commit comments

Comments
 (0)