This commit is contained in:
2025-11-27 09:38:36 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -110,5 +110,7 @@
.icon-change-view {
cursor: pointer;
margin-left: var(--margin-small);
color: var(--color);
color: var(--el-text-color-secondary);
height: 32px;
padding-top: 7px;
}

View File

@@ -113,7 +113,7 @@
@filterConfirm="onListTableFilterConfirmFun"
>
<template #otherLeftOptions>
<el-tooltip :content="$t('工况库.切换至树结构视图')" placement="top" >
<el-tooltip v-if="currentTableType === TableViewType.LIST" :content="$t('工况库.切换至树结构视图')" placement="top" >
<div class="icon-change-view" @click="onTableTypeChangeFun(TableViewType.TREE)">
<el-icon :size="18">
<Tickets />