chore: pretty Inbounds page (#2791)

* chore: pretty 'Inbounds' page

* chore: return styles for aCustomStatistic

styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed

* fix: switch style in dark mode

---------
This commit is contained in:
Shishkevich D.
2025-03-19 04:06:55 +07:00
committed by mhsanaei
parent d52c50fd9e
commit 6e5ed881f2
15 changed files with 445 additions and 377 deletions

View File

@@ -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: {