瀏覽代碼

chore: update (#977)

Leet 1 年之前
父節點
當前提交
9400fe3eaf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/layout/components/setting/index.vue

+ 2 - 2
src/layout/components/setting/index.vue

@@ -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>