feat:拆分页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user