Table Column add tooltip prop

This commit is contained in:
梁灏 2018-06-29 11:24:26 +08:00
parent d9d1dbbd5a
commit 8c51d57dca
3 changed files with 34 additions and 7 deletions

View file

@ -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;