fix: page error while route changing

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 1c09cc6c8c
commit 53cd8ba00c
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
height: calc(100vh - 56px);
display: flex;
flex-direction: column;
border: 1px solid rgb(237, 237, 237);
border: 1px solid var(--color-border-container);
border-radius: 8px;
overflow: hidden;
background-color: var(--ant-color-bg-container);