Table column add new prop: display
This commit is contained in:
parent
76c5a5ea6f
commit
8529369e31
3 changed files with 21 additions and 2 deletions
|
@ -289,6 +289,14 @@
|
|||
height: 16px;
|
||||
}
|
||||
}
|
||||
&-slot{
|
||||
&-inline{
|
||||
display: inline;
|
||||
}
|
||||
&-inline-block{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-hidden{
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue