Browse Source

fix: remove duplicate code (#3674)

pull/3678/head
Caichong 2 years ago
committed by GitHub
parent
commit
c33ee66473
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      index.html

12
index.html

@ -125,18 +125,6 @@
}
}
@keyframes ant-rotate {
to {
transform: rotate(405deg);
}
}
@keyframes ant-spin-move {
to {
opacity: 1;
}
}
@keyframes ant-spin-move {
to {
opacity: 1;

Loading…
Cancel
Save