diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 6aff800a..58173185 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -2626,6 +2626,11 @@ text-align: end; } } + :deep(.ant-table-thead > tr > th) { + color: #5580f7 !important; + font-size: 16px !important; + font-weight: 600 !important; + }