优化表格选择器,支持textarea,支持多字段显示;

This commit is contained in:
2024-04-10 16:33:15 +08:00
parent 0cf8c1773c
commit 77bcee07c5
5 changed files with 36 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
.table-data-container {
.layui-input {
display : flex;
align-items : center;
display: flex;
align-items: center;
justify-content: left;
flex-wrap: wrap;
.placeholder {
color: #808080
@@ -17,7 +18,6 @@
}
}
.layui-form-danger+.layui-input {
border-color: #ff5722 !important;
}