From e709dada3a722b9bbaf7312d6129d2ce06257171 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 28 Apr 2025 04:04:50 +0800 Subject: [PATCH] chore: tweak --- plugins/plugin-md-power/src/client/components/FileTreeNode.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin-md-power/src/client/components/FileTreeNode.vue b/plugins/plugin-md-power/src/client/components/FileTreeNode.vue index adf7f832..a82f040b 100644 --- a/plugins/plugin-md-power/src/client/components/FileTreeNode.vue +++ b/plugins/plugin-md-power/src/client/components/FileTreeNode.vue @@ -182,6 +182,7 @@ function toggle(ev: MouseEvent) { padding-right: 16px; padding-left: 20px; margin: -2px 0; + line-height: 28px; color: var(--vp-c-text-3); cursor: auto; transition: color var(--vp-t-color);