新增自动换行+隐藏图标
This commit is contained in:
maplemei
2019-10-16 12:21:46 +08:00
parent 9b55425ebb
commit eaa25889c3
20 changed files with 303 additions and 68 deletions

View File

@@ -222,3 +222,9 @@ button, input, select, textarea {
}
}
}
.ly-label-center.layui-form-pane .layui-form-label{
display: flex;
align-items: center;
justify-content: center;
}