[更新]修改后台样式

This commit is contained in:
Anyon 2019-07-08 10:53:34 +08:00
parent bcac0eae57
commit f94db93981
3 changed files with 4 additions and 4 deletions

View File

@ -237,8 +237,8 @@ fieldset legend {
top: 31px; top: 31px;
padding: 0; padding: 0;
} }
.layui-form .layui-input, .layui-form input.layui-input,
.layui-form .layui-select { .layui-form select.layui-select {
line-height: 1em; line-height: 1em;
} }
/* 表单验证异常提示 */ /* 表单验证异常提示 */

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ fieldset {
} }
.layui-form { .layui-form {
.layui-input, .layui-select { input.layui-input, select.layui-select {
line-height: 1em; line-height: 1em;
} }
} }