fix: 修改选中效果的动画

This commit is contained in:
MTrun
2022-01-30 19:38:12 +08:00
parent 727a0c8e8e
commit c8d7cca4ed
6 changed files with 107 additions and 98 deletions
@@ -32,7 +32,7 @@
class="lock-icon"
:class="{ color: lockScale }"
size="18"
:depth="3"
:depth="2"
>
<LockClosedOutlineIcon v-if="lockScale" />
<LockOpenOutlineIcon v-else />