diff options
Diffstat (limited to 'web/html/xui/component/aCustomStatistic.html')
| -rw-r--r-- | web/html/xui/component/aCustomStatistic.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/html/xui/component/aCustomStatistic.html b/web/html/xui/component/aCustomStatistic.html index a8ede41c..0bff128d 100644 --- a/web/html/xui/component/aCustomStatistic.html +++ b/web/html/xui/component/aCustomStatistic.html @@ -12,6 +12,18 @@ {{end}} {{define "component/aCustomStatistic"}} +<style> + .dark .ant-statistic-content { + color: var(--dark-color-text-primary) + } + .dark .ant-statistic-title { + color: rgba(255, 255, 255, 0.55) + } + .ant-statistic-content { + font-size: 16px; + } +</style> + <script> Vue.component('a-custom-statistic', { props: { |
