Skip to content

Commit 21e7d45

Browse files
authored
Fixes and improvements (#2789)
* Fixes and improvements * Update translate.en_US.toml
1 parent db62a07 commit 21e7d45

File tree

3 files changed

+143
-145
lines changed

3 files changed

+143
-145
lines changed

web/html/xui/component/aCustomStatistic.html

-25
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,6 @@
1212
{{end}}
1313

1414
{{define "component/aCustomStatistic"}}
15-
<style>
16-
.dark .ant-statistic-title,
17-
.dark .ant-statistic-content {
18-
color: var(--dark-color-text-primary) !important
19-
}
20-
21-
.dark .ant-statistic-title {
22-
user-select: none;
23-
opacity: 0.55;
24-
}
25-
26-
.ant-statistic-title {
27-
margin-bottom: 0 !important;
28-
}
29-
30-
.ant-statistic-content-prefix {
31-
margin-right: 6px !important;
32-
}
33-
34-
.ant-statistic-content-prefix,
35-
.ant-statistic-content-value {
36-
font-size: 1.05rem;
37-
}
38-
</style>
39-
4015
<script>
4116
Vue.component('a-custom-statistic', {
4217
props: {

0 commit comments

Comments
 (0)