列表界面-自定义列功能

This commit is contained in:
chiguangxu
2018-03-13 16:10:58 +08:00
parent 939f7d68eb
commit 256c2b9f9b
5 changed files with 205 additions and 67 deletions

View File

@@ -21557,7 +21557,22 @@ Color library demo
}
.customColumnList {
padding-left:10px;
padding-top:10px;
}
.customColumnList label {
padding-left: 4px;
cursor: pointer;
vertical-align: middle;
}
.customColumnList input {
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;
margin-right: 3px;
}