From 783be9ecc417ee7fc2e1b5bf98efa15aa19312f5 Mon Sep 17 00:00:00 2001 From: shinya Date: Thu, 3 Jul 2025 20:58:16 +0800 Subject: [PATCH] feat: reset menu style --- src/app/globals.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e3c4f20..16ee310 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -158,16 +158,3 @@ div[data-media-provider] video { background-color: #000; color: #fff; } - -.vds-menu-items .vds-radio { - padding: 0rem 1rem; /* 减少单项内边距 */ - margin: 0; /* 清除默认外边距 */ -} - -.vds-menu-items .vds-radio + .vds-radio { - margin-top: 2px; /* 相邻项之间仅 2px 间隔 */ -} - -.vds-menu-items .vds-radio-label { - font-size: 0.875rem; /* 调小字号 */ -}