This commit is contained in:
wangwenchen 2023-08-23 17:09:23 +08:00
parent c7eab9ccdb
commit 29fb5699b8
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,14 @@
display: flex;
flex-direction: column;
flex: 1;
justify-content: center;
background-color: var(--oak-bg-color-page);
height: 100%;
}
.noData {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
justify-content: center;
}