From 8f999d62bc8bf8b37c94437590d91ffce23c675f Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 27 Feb 2025 14:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B1=9E=E6=80=A7=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index ba1b728..343cec4 100644 --- a/theme.css +++ b/theme.css @@ -1461,6 +1461,10 @@ input.document-search-input { margin-left: -15px; } +/* 调整属性表样式 */ +.workspace > .workspace-split:not(.mod-root) .metadata-container { + --metadata-divider-width: 0.5px; +} /* * --------------------------------调整开启半透明效果的样式------------------------------------