文档类型管理完善

This commit is contained in:
hogan
2019-01-26 01:10:53 +08:00
parent 96c2a66131
commit 054f85de36
8 changed files with 249 additions and 112 deletions

View File

@ -4,7 +4,7 @@
}
.layui-form-label {
width: 110px;
width: 80px;
font-weight:bold;
}
@ -24,7 +24,7 @@
.form-module-footer {
border: 0px solid red;
height: 60px;
height: 55px;
width: 100%;
position: absolute;
border-top: 5px solid #e8e8e8;
@ -33,6 +33,11 @@
bottom: 0px;
width: 100%;
text-align: right;
z-index:100;
padding:6px;
}
z-index: 100;
padding: 0px;
}
.form-module-footer button {
margin-right: 10px;
margin-top: 10px;
}