diff --git a/web/html/component/aCustomDescriptions.html b/web/html/component/aCustomDescriptions.html index 35d283a5..b2783de4 100644 --- a/web/html/component/aCustomDescriptions.html +++ b/web/html/component/aCustomDescriptions.html @@ -1,6 +1,6 @@ {{define "component/customDescriptions"}} @@ -22,9 +22,14 @@ } .ant-descriptions-item-label, - .ant-descriptions-item-content { + .ant-descriptions-item-content, + .ant-descriptions-title { color: var(--dark-color-text-primary); } + + .ant-descriptions-title { + margin-bottom: 16px; + } } @@ -39,6 +44,10 @@ return ['horizontal', 'vertical'].includes(value) } }, + 'title': { + type: String, + required: false, + }, 'size': { type: String, required: false, diff --git a/web/html/inbounds.html b/web/html/inbounds.html index cadcb95a..c11319c5 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -588,6 +588,7 @@ {{template "component/aThemeSwitch" .}} {{template "component/aCustomStatistic" .}} {{template "component/aPersianDatepicker" .}} +{{template "component/aCustomDescriptions" .}} -{{end}} +{{end}} \ No newline at end of file