Table Column add tooltip prop
This commit is contained in:
parent
d9d1dbbd5a
commit
8c51d57dca
3 changed files with 34 additions and 7 deletions
|
@ -158,6 +158,16 @@
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&-tooltip{
|
||||
width: 100%;
|
||||
&-content{
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&-with-expand{
|
||||
height: 47px;
|
||||
line-height: 47px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue