调整index
This commit is contained in:
parent
0bf7a43d67
commit
917efb2106
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
File diff suppressed because it is too large
Load Diff
@ -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
@ -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
Loading…
Reference in New Issue
Block a user