Browse Source

fix: arrow-left icon not centered (#3013)

pull/3016/head
Li Kui 3 years ago
committed by GitHub
parent
commit
3ed49c3f8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      src/design/ant/index.less

16
src/design/ant/index.less

@ -8,22 +8,6 @@
}
}
span.anticon:not(
.app-iconify,
.anticon-vertical-align-top,
.anticon-bell,
.anticon-left,
.anticon-right,
.anticon-check-circle,
.anticon-info-circle,
.anticon-close-circle,
.anticon-exclamation-circle,
.anticon-loading,
.anticon-close
) {
vertical-align: 0.125em !important;
}
.ant-back-top {
right: 20px;
bottom: 20px;

Loading…
Cancel
Save