调整index

This commit is contained in:
TS-QD1 2025-07-03 14:51:13 +08:00
parent 0bf7a43d67
commit 917efb2106
9 changed files with 7333 additions and 1010 deletions

2
.gitignore vendored
View File

@ -39,4 +39,4 @@ mvnw*
/src/main/resources/ftl/crpm/code/frontend-generate/ /src/main/resources/ftl/crpm/code/frontend-generate/
/src/main/resources/ftl/crpm/code/generate/ /src/main/resources/ftl/crpm/code/generate/
db/ /db/**

File diff suppressed because it is too large Load Diff

View File

@ -295,11 +295,9 @@
.homepage{ .homepage{
background:#f5f4f9; background:#f5f4f9;
height: calc(100vh - 100px); height: calc(100vh - 100px);
padding-left:10px; padding: 10px;
padding-right:10px;
padding-bottom:10px;
box-sizing:border-box; box-sizing:border-box;
overflow: auto;
} }
.homepage-top{ .homepage-top{
padding-top:10px; padding-top:10px;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -287,8 +287,8 @@
padding-right:10px; padding-right:10px;
padding-bottom:10px; padding-bottom:10px;
box-sizing:border-box; box-sizing:border-box;
border-radius:20px border-radius:20px;
overflow: auto;
} }
.homepage-top{ .homepage-top{
padding-top:10px; padding-top:10px;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff