瀏覽代碼

插件修改

duy 1 天之前
父節點
當前提交
bdc5543111
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/archives/manage/FileInsertModal.vue

+ 2 - 2
src/views/archives/manage/FileInsertModal.vue

@@ -85,10 +85,10 @@
                 >
                     <!-- 排序操作按钮 -->
                     <template #action="{ index }">
-                        <span class="text-link text-xl" @click="upSortClick(index)">
+                        <span class="text-link text-xl" @click.stop="upSortClick(index)">
                             <HcIcon fill name="arrow-up" />
                         </span>
-                        <span class="text-link ml-2 text-xl" @click="downSortClick(index)">
+                        <span class="text-link ml-2 text-xl" @click.stop="downSortClick(index)">
                             <HcIcon fill name="arrow-down" />
                         </span>
                     </template>