This commit is contained in:
yiqiuyang
2026-07-30 10:00:57 +08:00
parent 5900370c58
commit 2b9a322335
2 changed files with 13 additions and 3 deletions
+8 -1
View File
@@ -184,7 +184,14 @@ const openImg = (type) => {
:showHover="false"
>
<div class="file-list">
<el-tree v-if="list && list.length" :data="list" :props="treeProps" accordion node-key="name">
<el-tree
v-if="list && list.length"
:data="list"
:props="treeProps"
accordion
node-key="name"
default-expand-all
>
<template #default="{data}">
<div class="tree-node">
<!-- 文件夹图标 -->