From 7f1c2ac4f07cc4d737c5583ba01d8bd8bb91ecdc Mon Sep 17 00:00:00 2001 From: Pine Date: Mon, 17 Aug 2026 20:53:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E6=8E=89=20bd-strip-t?= =?UTF-8?q?itle=20=E7=9A=84=E4=BC=AA=E5=85=83=E7=B4=A0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/datascreen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/datascreen.css b/src/styles/datascreen.css index beae35d..46afb6c 100644 --- a/src/styles/datascreen.css +++ b/src/styles/datascreen.css @@ -1238,13 +1238,13 @@ gap: 8px; flex-shrink: 0; } -.bd-strip-title::before { +/* .bd-strip-title::before { content: ''; width: 14px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--bd-blue), var(--bd-cyan)); -} +} */ .bd-strip-chips { flex: 1; display: flex;