chore: update (#977)

This commit is contained in:
Leet 2024-03-14 11:20:06 +08:00 committed by GitHub
parent 359ccdd85b
commit 9400fe3eaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,7 +415,7 @@ onUnmounted(() => removeMatchMedia);
style="color: var(--el-color-primary)"
>
<IconifyIconOffline
:icon="settings.stretch ? LeftArrow : RightArrow"
:icon="settings.stretch ? RightArrow : LeftArrow"
height="20"
/>
<div
@ -423,7 +423,7 @@ onUnmounted(() => removeMatchMedia);
style="border-color: var(--el-color-primary)"
/>
<IconifyIconOffline
:icon="settings.stretch ? RightArrow : LeftArrow"
:icon="settings.stretch ? LeftArrow : RightArrow"
height="20"
/>
</div>