folder页面标题间距调整

This commit is contained in:
xintaofei
2026-03-25 23:54:49 +08:00
parent 2d3d8d791f
commit 3af6474b4d

View File

@@ -31,7 +31,7 @@ export function AppTitleBar({
const rowPadding = cn(
"px-3",
isMac && hasDesktopWindowChrome && "pl-[76px]",
isMac && hasDesktopWindowChrome && "pl-[92px]",
isWindows && hasDesktopWindowChrome && "pr-[138px]"
)