添加选择过度

This commit is contained in:
张成
2025-11-09 23:29:17 +08:00
parent 9801968af2
commit 649898e346
3 changed files with 24 additions and 7 deletions

View File

@@ -206,13 +206,12 @@ box-sizing: border-box;
font-weight: bold;
line-height: 1;
transform: rotate(45deg);
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
&.rotated {
.closeIcon{
transform: rotate(90deg);
}
}
}