From 78b0c547c08a925d415a55e098389349f72b6ba4 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 11 Dec 2024 10:09:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=AF=BC=E5=87=BA=E7=95=8C=E9=9D=A2=E7=9A=84=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4=E5=9C=86=E5=9C=88=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=96=B9=E5=90=91=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index bc83262d85..a232e8830b 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -525,7 +525,7 @@ strong { } 100% { - transform: rotate(360deg); + transform: rotate(-360deg); } } .ed-message__icon {