update Table

update Table
This commit is contained in:
梁灏 2016-11-29 11:04:48 +08:00
parent 7f1edb6a15
commit adaeca88ba
4 changed files with 65 additions and 16 deletions

View file

@ -1,4 +1,5 @@
@table-prefix-cls: ~"@{css-prefix}table";
@table-select-item-prefix-cls: ~"@{table-prefix-cls}-filter-select-item";
.@{table-prefix-cls} {
width: 100%;
@ -13,6 +14,10 @@
box-sizing: border-box;
position: relative;
&-hide{
opacity: 0;
}
&:before{
content: '';
width: 100%;
@ -262,6 +267,10 @@
}
}
}
ul{
padding-bottom: 8px;
}
.select-item(@table-prefix-cls, @table-select-item-prefix-cls);
}
&-footer{
padding: 4px;