style(FileTree): 继承字体族以保持视觉一致性

修改 FileTree 组件的样式,使其字体族继承自父元素,确保与应用程序其他部分的视觉风格统一。
This commit is contained in:
cfq 2026-01-27 16:01:20 +08:00
parent 2fb727a5bd
commit 36fc4eeddf
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ const handleModalOk = async () => {
:deep(.ant-tree) {
background: transparent;
color: inherit;
font-family: inherit;
}
:deep(.ant-tree-treenode) {