|
7 | 7 | clearable |
8 | 8 | class="p-8" |
9 | 9 | /> |
10 | | - <div |
11 | | - @click="handleSharedNodeClick" |
12 | | - v-if="showShared && hasPermission(EditionConst.IS_EE, 'OR')" |
13 | | - class="shared-button flex cursor" |
14 | | - :class="currentNodeKey === 'share' && 'active'" |
15 | | - > |
16 | | - <AppIcon iconName="app-shared-active" style="font-size: 18px" class="color-primary"></AppIcon> |
17 | | - <span class="ml-8 lighter">{{ shareTitle }}</span> |
18 | | - </div> |
19 | | - <div class="tree-height border-t" :style="treeStyle"> |
| 10 | + <div class="tree-height" :style="treeStyle"> |
| 11 | + <div |
| 12 | + @click="handleSharedNodeClick" |
| 13 | + v-if="showShared && hasPermission(EditionConst.IS_EE, 'OR')" |
| 14 | + class="shared-button flex cursor border-b" |
| 15 | + :class="currentNodeKey === 'share' && 'active'" |
| 16 | + > |
| 17 | + <AppIcon |
| 18 | + iconName="app-shared-active" |
| 19 | + style="font-size: 18px" |
| 20 | + class="color-primary" |
| 21 | + ></AppIcon> |
| 22 | + <span class="ml-8 lighter">{{ shareTitle }}</span> |
| 23 | + </div> |
20 | 24 | <el-scrollbar> |
21 | 25 | <el-tree |
22 | 26 | ref="treeRef" |
|
62 | 66 | <AppIcon iconName="app-add-folder"></AppIcon> |
63 | 67 | {{ $t('components.folder.addChildFolder') }} |
64 | 68 | </el-dropdown-item> |
65 | | - <el-dropdown-item @click.stop="openEditFolder(data)" |
| 69 | + <el-dropdown-item |
| 70 | + @click.stop="openEditFolder(data)" |
66 | 71 | v-if="permissionPrecise.folderEdit()" |
67 | 72 | > |
68 | 73 | <el-icon><EditPen /></el-icon> |
@@ -270,7 +275,7 @@ function refreshFolder() { |
270 | 275 | } |
271 | 276 | .tree-height { |
272 | 277 | padding-top: 4px; |
273 | | - height: calc(100vh - 175px); |
| 278 | + height: calc(100vh - 210px); |
274 | 279 | } |
275 | 280 | } |
276 | 281 | :deep(.overflow-inherit_node__children) { |
|
0 commit comments