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

@ -129,7 +129,8 @@
/* display: flex; */ /* display: flex; */
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

View File

@ -73,7 +73,7 @@
<div class="layui-input-block"> <div class="layui-input-block">
<!-- <input type="text" class="layui-input" name="cjsj" placeholder="请输入创建时间">--> <!-- <input type="text" class="layui-input" name="cjsj" placeholder="请输入创建时间">-->
<input type="text" class="layui-input laydate-input" name="cjsj" placeholder="请输入创建时间"> <input type="text" class="layui-input laydate-input" name="cjsj" placeholder="请输入创建时间">
</div> </div>
</div> </div>
</div> </div>