From 983b2c053488e2a628f02968948db7140b9f9679 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 25 Oct 2022 15:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=B4=E9=83=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 5 +++++ 1 file changed, 5 insertions(+) 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; + }