From 20508a109cb4a02238c5d58fda2bb291c7039667 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 23 Sep 2025 10:59:43 +0800 Subject: [PATCH] =?UTF-8?q?style(account-table):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A1=86=E6=A0=87=E7=AD=BE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-manage/components/account-table/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss b/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss index 9ad8409..28550ed 100644 --- a/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss +++ b/src/views/property-marketing/media-account/account-manage/components/account-table/style.scss @@ -10,6 +10,15 @@ display: flex; align-items: flex-start; } + + :deep(.status-box) { + .label { + font-size: 12px; + font-style: normal; + font-weight: 400; + line-height: 20px; + } + } .card-item { border-radius: 8px; border: 1px solid transparent;