chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c9977535bee03e863e4a4b2874dee8157314753c
Authored by
msidolphin
2019-04-09 10:05:37 +0800
1 parent
6a971099
fix #5472
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/styles/components/table.less
Inline
Side-by-side
src/styles/components/table.less
Wrap text
Show/Hide comments
View file @
c997753
...
...
@@ -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;
...
...