mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
chore: update (#977)
This commit is contained in:
parent
359ccdd85b
commit
9400fe3eaf
@ -415,7 +415,7 @@ onUnmounted(() => removeMatchMedia);
|
|||||||
style="color: var(--el-color-primary)"
|
style="color: var(--el-color-primary)"
|
||||||
>
|
>
|
||||||
<IconifyIconOffline
|
<IconifyIconOffline
|
||||||
:icon="settings.stretch ? LeftArrow : RightArrow"
|
:icon="settings.stretch ? RightArrow : LeftArrow"
|
||||||
height="20"
|
height="20"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
@ -423,7 +423,7 @@ onUnmounted(() => removeMatchMedia);
|
|||||||
style="border-color: var(--el-color-primary)"
|
style="border-color: var(--el-color-primary)"
|
||||||
/>
|
/>
|
||||||
<IconifyIconOffline
|
<IconifyIconOffline
|
||||||
:icon="settings.stretch ? RightArrow : LeftArrow"
|
:icon="settings.stretch ? LeftArrow : RightArrow"
|
||||||
height="20"
|
height="20"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user