fix: 解决表单错误提示没有间距的问题(#I4UNSR)

This commit is contained in:
xumi 2022-03-20 12:59:00 +08:00
parent 48a0d00918
commit 3303d4447b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
color: @error_color;
font-size: 12px;
line-height: 1;
padding-top: 2px;
padding-top: 5px;
position: absolute;
top: 100%;
left: 0;

View File

@ -584,7 +584,7 @@ a cite {
}
.layui-form-item {
margin-bottom: 15px;
margin-bottom: 20px;
clear: both;
*zoom: 1;
}