修改 树后面按钮

This commit is contained in:
GGJ
2024-08-27 15:40:58 +08:00
parent a195c7959a
commit 56c7b5a672
6 changed files with 44 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
<!-- 经典布局 -->
<template>
<el-container class="layout">
<el-header>
<div class="header-lf mask-image">
<div class="logo flx-center">

View File

@@ -44,7 +44,10 @@
</el-menu>
<ToolBarRight />
</el-header>
<Main />
<Main class="111" style="height: calc(100vh - 150px);overflow-y:auto; overflow-x:hidden;"/>
<!-- <div>
123
</div> -->
</el-container>
</template>

View File

@@ -2,7 +2,7 @@
<Maximize v-show="maximize" />
<Tabs v-if="tabs && showMenuFlag" />
<el-main>
<router-view v-slot="{ Component, route }">
<router-view v-slot="{ Component, route }" >
<transition appear name="fade-transform" mode="out-in">
<keep-alive :include="keepAliveName">
<component

View File

@@ -2,6 +2,8 @@
<template>
<component :is="LayoutComponents[layout]" />
<ThemeDrawer />
</template>
<script setup lang="ts" name="layout">