From 6bb138e9646a5aac19d211c810c86a44458c1bff Mon Sep 17 00:00:00 2001 From: lutinglt Date: Mon, 8 Sep 2025 15:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E7=89=88=E6=9C=AC=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 --- styles/components/packages.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/styles/components/packages.ts b/styles/components/packages.ts index 15895be..48f3250 100644 --- a/styles/components/packages.ts +++ b/styles/components/packages.ts @@ -97,6 +97,25 @@ export const packagesDetail = css` svg { color: ${themeVars.color.text.self}; } + // 应该只选中版本中的 a 标签 + &.tw-flex { + justify-content: space-between; + > a { + border: 1px solid ${themeVars.color.light.border}; + border-radius: 25px; + font-size: 12px; + padding: 0px 6px; + min-height: 20px; + flex: none !important; + &:hover { + text-decoration: none; + } + } + // 不知道什么东西 + &::after { + display: none; + } + } } } }