Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5c57a1dda13975c13e65511a39e7483e4a5d3999
Authored by
Vben
2021-03-25 23:56:36 +0800
1 parent
c2635f35
fix(icon): ensure the menu icon style is correct, fix #425
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Icon/src/SvgIcon.vue
src/components/Icon/src/SvgIcon.vue
View file @
5c57a1d
...
...
@@ -47,6 +47,7 @@
47
47
@prefix-cls: ~'@{namespace}-svg-icon';
48
48
49
49
.@{prefix-cls} {
50
+ display: inline-block;
50
51
overflow: hidden;
51
52
vertical-align: -0.15em;
52
53
fill: currentColor;
...
...