修复几处bug
This commit is contained in:
georgehao
2021-05-18 00:31:24 +08:00
parent 78efeef490
commit 5fbc2bbe6e
16 changed files with 73 additions and 38 deletions

View File

@@ -17,6 +17,18 @@
.modal-hide{
display: none;
}
/*控制按钮和input大小*/
.layui-form-label {
padding: 5px 15px;
}
.layui-input, .layui-select, .layui-textarea {
height: 30px;
line-height: 30px;
}
.layui-form-select dl dd, .layui-form-select dl dt {
line-height: 30px;
}
</style>
<body>
<!-- 公共头部 start-->