分配按钮样式调整

This commit is contained in:
yubaolee
2016-10-18 14:19:25 +08:00
parent 5c069f2361
commit 023b76efda
2 changed files with 14 additions and 5 deletions

View File

@@ -57,3 +57,13 @@
min-height: 0px;
position: fixed;
}
/*layer内部*/
.layui-layer-content .form-horizontal .form-group label {
width: 25%;
text-align: right;
}
.layui-layer-content .form-horizontal .form-group div {
display: inline-block;
}