merge
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user