2019-01-09 20:38:09 +08:00
|
|
|
@import '../../style/themes/default';
|
|
|
|
@import '../../style/mixins/index';
|
|
|
|
|
|
|
|
@statistic-prefix-cls: ~'@{ant-prefix}-statistic';
|
|
|
|
|
|
|
|
.@{statistic-prefix-cls} {
|
|
|
|
.reset-component;
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
margin-bottom: 4px;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: @statistic-title-font-size;
|
2019-01-09 20:38:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
|
|
font-size: @statistic-content-font-size;
|
|
|
|
font-family: @statistic-font-family;
|
|
|
|
|
|
|
|
&-value {
|
|
|
|
&-decimal {
|
|
|
|
font-size: @statistic-unit-font-size;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-prefix,
|
|
|
|
&-suffix {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-prefix {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-suffix {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-size: @statistic-unit-font-size;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|