This commit is contained in:
lyp 2025-07-03 09:49:42 +08:00
commit fc4d1f3308
8 changed files with 3914 additions and 857 deletions

2
.gitignore vendored
View File

@ -38,3 +38,5 @@ mvnw*
.mvn/** .mvn/**
/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/

View File

@ -130,6 +130,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 15px; padding: 15px;
overflow: auto;
} }
.right .bottom .content { .right .bottom .content {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -191,7 +191,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
/* padding: 10px; */ /* padding: 10px; */
background-color: #fff; overflow: auto;
} }
.page-iframe{ .page-iframe{
width: 100%; width: 100%;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff