Commit 83065209197e945e4febabe3a49c6683e5898109

Authored by Aresn
Committed by GitHub
2 parents dd00f055 c9977535

Merge pull request #5576 from msidolphin/bug_5472

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