From 344558a1fe61622149af07843db75422dff53406 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期三, 03 十一月 2021 17:34:59 +0800 Subject: [PATCH] 朔黄首页 --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index 63cf516..3e3c728 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -3,7 +3,7 @@ <div class="view-left"> <left-nav :isCollapse="isCollapse" @menuChange="menuChange"></left-nav> </div> - <div class="right"> + <div class="view-right"> <div class="top"> <div class="collapse-trigger" @click="toggleCollapse"> <i :class="isCollapse ? 'el-icon-s-unfold' : 'el-icon-s-fold'"></i> @@ -216,14 +216,16 @@ } } .main-view { + height: 100%; display: flex; background: #f0f2f5; .view-left { z-index: 2; box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.1); } - .right { + .view-right { flex: 1; + overflow: hidden; .top { background: #fff; position: relative; @@ -239,8 +241,8 @@ margin: 25px 0 25px 30px; } .container { - background: #fff; - margin: 0px 40px 0 30px; + margin: 0px 0 0 30px; + padding-right: 40px; box-sizing: border-box; height: calc(100vh - 84px); overflow-y: auto; -- Gitblit v1.8.0