From c33ee66473159a0322b7c4489538dd5309587e45 Mon Sep 17 00:00:00 2001 From: Caichong <951412526@qq.com> Date: Fri, 15 Mar 2024 16:50:46 +0800 Subject: [PATCH] fix: remove duplicate code (#3674) --- index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/index.html b/index.html index 16722a6c..41d55cf5 100644 --- a/index.html +++ b/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;