代码优化

This commit is contained in:
kron
2025-06-02 14:42:07 +08:00
parent 43889669d7
commit 1eab5a151e
6 changed files with 118 additions and 119 deletions

View File

@@ -28,5 +28,9 @@ defineProps({
width: 100%;
height: calc(100vh - 96px);
overflow: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
</style>