This commit is contained in:
xuqssq
2024-12-28 18:08:05 +08:00
parent b7802abb2d
commit adc3cb4f96
2 changed files with 12 additions and 1 deletions

View File

@@ -206,4 +206,15 @@ html.dark::view-transition-old(root) {
.ant-menu {
height: 100%;
border: none !important;
background-color: transparent !important;
}
.ant-layout-sider {
@apply rounded-r-xl dark:!bg-black/80
}
.ant-layout-header{
@apply rounded-b-sm ml-2
}