|
|
|
@ -1,5 +1,6 @@ |
|
|
|
|
<template> |
|
|
|
|
<div class="box select-none" :style="full?'height:calc(100vh - 60px);':'height: 80vh;'"> |
|
|
|
|
<!-- :style="full?'height:100vh;':'height: 80vh;'" --> |
|
|
|
|
<div class="box select-none" :class="full? 'h-4/5': ''"> |
|
|
|
|
<div class="nav"> |
|
|
|
|
<!-- <div class="top" :style="full?'border-radius:0':'border-top-left-radius: 20px;'"> --> |
|
|
|
|
<div class="top" :style="full?'border-radius:0':'border-top-left-radius: 20px;'"> |
|
|
|
@ -114,11 +115,12 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
min-width: 1300px; |
|
|
|
|
margin-top: 70px; |
|
|
|
|
|
|
|
|
|
// overflow: auto; |
|
|
|
|
|
|
|
|
|
.nav{ |
|
|
|
|
width: 270px; |
|
|
|
|
height: 100%; |
|
|
|
|
min-height: 80vh; |
|
|
|
|
border-top-left-radius: 20px; |
|
|
|
|
border-bottom-left-radius: 20px; |
|
|
|
|
display: flex; |
|
|
|
@ -242,12 +244,12 @@ export default { |
|
|
|
|
.box{ |
|
|
|
|
display: flex; |
|
|
|
|
min-width: 80vw; |
|
|
|
|
margin-top: 6vh; |
|
|
|
|
// margin-top: 6vh; |
|
|
|
|
overflow: auto; |
|
|
|
|
height: 70vh; |
|
|
|
|
// height: 70vh; |
|
|
|
|
.nav{ |
|
|
|
|
width: 25vw; |
|
|
|
|
height: 80vh; |
|
|
|
|
min-height: 80vh; |
|
|
|
|
overflow: hidden; |
|
|
|
|
border-top-left-radius: 20px; |
|
|
|
|
display: flex; |
|
|
|
@ -272,7 +274,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
.manage-layout{ |
|
|
|
|
width: calc(100% - 270px); |
|
|
|
|
height: 80vh; |
|
|
|
|
min-height: 80vh; |
|
|
|
|
overflow: auto; |
|
|
|
|
// background: #fff; |
|
|
|
|
background:transparent; |
|
|
|
|