fix(ui):修正因为错误设置样式导致的界面样式紊乱问题。

This commit is contained in:
徐涛 2024-04-05 11:32:11 +08:00
parent 19e0c1fa7c
commit 8e75533fd0

View File

@ -16,7 +16,10 @@ body {
body,
#root {
@util size(100vw, 100vh);
padding: var(--mantine-spacing-md) var(--mantine-spacing-xl);
overflow: hidden;
user-select: none;
}
#root {
padding: var(--mantine-spacing-md) var(--mantine-spacing-xl);
}