Commit c9977535bee03e863e4a4b2874dee8157314753c

Authored by msidolphin
1 parent 6a971099

fix #5472

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/styles/components/table.less
... ... @@ -161,6 +161,8 @@
161 161  
162 162 &-tooltip{
163 163 width: 100%;
  164 + display: flex;
  165 + align-items: center;
164 166 &-content{
165 167 display: block;
166 168 overflow: hidden;
... ...