修改
This commit is contained in:
commit
fc4d1f3308
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,3 +38,5 @@ mvnw*
|
||||
.mvn/**
|
||||
/src/main/resources/ftl/crpm/code/frontend-generate/
|
||||
/src/main/resources/ftl/crpm/code/generate/
|
||||
|
||||
db/
|
@ -129,7 +129,8 @@
|
||||
/* display: flex; */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
padding: 15px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.right .bottom .content {
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -191,7 +191,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* padding: 10px; */
|
||||
background-color: #fff;
|
||||
overflow: auto;
|
||||
}
|
||||
.page-iframe{
|
||||
width: 100%;
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -73,7 +73,7 @@
|
||||
<div class="layui-input-block">
|
||||
<!-- <input type="text" class="layui-input" name="cjsj" placeholder="请输入创建时间">-->
|
||||
<input type="text" class="layui-input laydate-input" name="cjsj" placeholder="请输入创建时间">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user