fix(ui):修正因为错误设置样式导致的界面样式紊乱问题。
This commit is contained in:
parent
19e0c1fa7c
commit
8e75533fd0
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user