fix: input 组件 height 高度固定 38 px

This commit is contained in:
就眠儀式
2022-03-27 09:13:26 +08:00
parent d33042eade
commit 4169967a04
4 changed files with 21 additions and 5 deletions

View File

@@ -21,6 +21,8 @@
.layui-input-wrapper {
width: 100%;
height: 38px;
line-height: 38px;
border-width: 1px;
border-style: solid;
display: inline-flex;