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