Skip to content

Commit

Permalink
Merge pull request #808 from didi/revert-807-dev
Browse files Browse the repository at this point in the history
Revert "fix: 增加控制型svg图标,确保ios16的锁定模式下这些图标能正常显示"
  • Loading branch information
qifeng0748 authored Sep 22, 2022
2 parents 810a684 + c7f0de6 commit 4ef64d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
14 changes: 0 additions & 14 deletions components/icon/default-svg-list.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 11 additions & 8 deletions components/icon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
-webkit-font-smoothing antialiased
-moz-osx-font-smoothing grayscale
&.xss
font-size icon-size-xss
font-size icon-size-xxs
&.xs
font-size icon-size-xs
&.sm
Expand All @@ -92,18 +92,21 @@ export default {
z-index 2
&.icon-svg
width 1em
vertical-height(1em)
&.xss
font-size icon-size-xss
width icon-size-xxs
vertical-height(icon-size-xxs)
&.xs
font-size icon-size-xs
width icon-size-xs
vertical-height(icon-size-xs)
&.sm
font-size icon-size-sm
width icon-size-sm
vertical-height(icon-size-sm)
&.md
font-size icon-size-md
width icon-size-md
vertical-height(icon-size-md)
&.lg
font-size icon-size-lg
width icon-size-lg
vertical-height(icon-size-lg)
// name
.md-icon-arrow:before
Expand Down

0 comments on commit 4ef64d3

Please sign in to comment.