Merge remote-tracking branch 'origin/main'

This commit is contained in:
1215525055@qq.com 2025-07-03 14:51:31 +08:00
commit 558f1f4699
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/generate/
db/
/db/**

File diff suppressed because it is too large Load Diff

View File

@ -295,11 +295,9 @@
.homepage{
background:#f5f4f9;
height: calc(100vh - 100px);
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding: 10px;
box-sizing:border-box;
overflow: auto;
}
.homepage-top{
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-bottom:10px;
box-sizing:border-box;
border-radius:20px
border-radius:20px;
overflow: auto;
}
.homepage-top{
padding-top:10px;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff