feat:拆分页面

This commit is contained in:
zyronon
2025-07-30 01:47:28 +08:00
parent a484184d48
commit dc120ff375
17 changed files with 827 additions and 313 deletions

View File

@@ -64,10 +64,6 @@
}
.side-expand {
//--panel-margin-left: 10px !important;
}
html.dark {
--color-main-bg: rgba(14, 18, 23, 1);
--color-second-bg: rgb(30, 31, 34);
@@ -467,7 +463,7 @@ footer {
}
.card {
@apply rounded-xl bg-white p-4 mb-5 box-border;
@apply rounded-xl bg-white p-4 mb-5 box-border relative;
}
.center {
@@ -492,3 +488,7 @@ footer {
width: 100%;
border-bottom: 1px dashed #ababab;
}
.page-title {
@apply text-2xl;
}