fix: 解决表单错误提示没有间距的问题(#I4UNSR)
This commit is contained in:
parent
48a0d00918
commit
3303d4447b
@ -24,7 +24,7 @@
|
|||||||
color: @error_color;
|
color: @error_color;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding-top: 2px;
|
padding-top: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -584,7 +584,7 @@ a cite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layui-form-item {
|
.layui-form-item {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 20px;
|
||||||
clear: both;
|
clear: both;
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user