修改 树后面按钮
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!-- 经典布局 -->
|
||||
<template>
|
||||
<el-container class="layout">
|
||||
|
||||
<el-header>
|
||||
<div class="header-lf mask-image">
|
||||
<div class="logo flx-center">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<template>
|
||||
<component :is="LayoutComponents[layout]" />
|
||||
<ThemeDrawer />
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="layout">
|
||||
|
||||
Reference in New Issue
Block a user