no message

This commit is contained in:
A1300399510 2024-11-25 14:04:48 +08:00
parent f42124c809
commit f44b3f3f59
2 changed files with 1 additions and 6 deletions

View File

@ -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变量 */
}

View File

@ -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变量 */
}
}
}