forked from p81075629/datagear
表单条目输入框上下居中显示
This commit is contained in:
parent
40de49fe21
commit
2d1de96166
|
@ -62,6 +62,7 @@ form .form-content .form-item .form-item-value textarea,
|
|||
form .form-content .form-item .form-item-value .input{
|
||||
margin-right: 0.3em;/*文本框与后面按钮间距*/
|
||||
width: 50%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
form .form-content .form-item .form-item-value input[type=text],
|
||||
form .form-content .form-item .form-item-value input[type=password]{
|
||||
|
|
Loading…
Reference in New Issue