From f44b3f3f5910efda5717e0ffeb1603758c632dba Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 25 Nov 2024 14:04:48 +0800 Subject: [PATCH] no message --- css/index.css | 2 -- css/index.less | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index 1879eda..30078fc 100644 --- a/css/index.css +++ b/css/index.css @@ -154,8 +154,6 @@ height: 16px; margin-right: 8px; transition: transform 0.5s ease; -} -.fate .title .btn .icon.rotate { transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ } diff --git a/css/index.less b/css/index.less index 3e76ce0..54428bb 100644 --- a/css/index.less +++ b/css/index.less @@ -179,10 +179,7 @@ height: 16px; margin-right: 8px; transition: transform 0.5s ease; - - &.rotate { - transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ - } + transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ } } }