Table column add new prop: display

This commit is contained in:
梁灏 2020-04-08 16:33:54 +08:00
parent 76c5a5ea6f
commit 8529369e31
3 changed files with 21 additions and 2 deletions

View file

@ -289,6 +289,14 @@
height: 16px;
}
}
&-slot{
&-inline{
display: inline;
}
&-inline-block{
display: inline-block;
}
}
}
&-hidden{
visibility: hidden;