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
ccae5cd9246888709a319f92357d89c6ab9d9c0b
Authored by
Vben
2021-04-24 20:19:41 +0800
1 parent
cb35341b
fix(style): fix icon style, fix #496
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Icon/src/index.vue
src/components/Icon/src/index.vue
View file @
ccae5cd
...
...
@@ -99,7 +99,7 @@
99
99
<style lang="less">
100
100
.app-iconify {
101
101
display: inline-block;
102
-
vertical-align: middle;
102
+
//
vertical-align: middle;
103
103
104
104
&-spin {
105
105
svg {
...
...