perf: 样式调整

This commit is contained in:
rd
2025-07-30 14:07:18 +08:00
parent 4a7efc2c9b
commit 35835ca113
6 changed files with 61 additions and 68 deletions

View File

@ -170,7 +170,7 @@ $layout-max-width: 1100px;
min-width: 1366px;
min-height: 100vh;
overflow-y: hidden;
background-color: var(--color-fill-2);
background-color: $color-background;
transition: padding 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
</style>