|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="layout-parent" style="display: flex;flex-direction: row">
|
|
|
|
|
|
+ <div class="layout-parent">
|
|
<Vertical v-if="isShowLeftMenu" :menuList="menuLeftList" />
|
|
<Vertical v-if="isShowLeftMenu" :menuList="menuLeftList" />
|
|
<router-view v-slot="{ Component }">
|
|
<router-view v-slot="{ Component }">
|
|
<transition :name="setTransitionName" mode="out-in">
|
|
<transition :name="setTransitionName" mode="out-in">
|
|
@@ -119,6 +119,7 @@ watch(
|
|
.w100vh-210 {
|
|
.w100vh-210 {
|
|
width: calc(100vw - 210px);
|
|
width: calc(100vw - 210px);
|
|
left: 210px !important;
|
|
left: 210px !important;
|
|
|
|
+ overflow-y: scroll;
|
|
}
|
|
}
|
|
.el-menu--vertical {
|
|
.el-menu--vertical {
|
|
width: 210px !important;
|
|
width: 210px !important;
|
|
@@ -126,6 +127,7 @@ watch(
|
|
border: 1px solid #DDE4ED !important;
|
|
border: 1px solid #DDE4ED !important;
|
|
// margin-top: -30px;
|
|
// margin-top: -30px;
|
|
margin: 5px 0;
|
|
margin: 5px 0;
|
|
|
|
+ position: fixed;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
:deep(.el-menu-item), :deep(.el-sub-menu__title) {
|
|
:deep(.el-menu-item), :deep(.el-sub-menu__title) {
|
|
color: #646464 !important;
|
|
color: #646464 !important;
|