From a827dbadd7dcc86067cb71d36a62abbf3418a91f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 03 十一月 2021 17:38:26 +0800 Subject: [PATCH] hyj change shuohuang --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index ca74772..a9e1ba5 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -153,9 +153,10 @@ box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.1); } .right { - flex: 1; + // flex: 1; + width: 100%; + .top { - background: #fff; position: relative; .collapse-trigger { position: absolute; @@ -166,8 +167,7 @@ } } .container { - background: #fff; - margin: 10px; + background: #F4F6F9; box-sizing: border-box; height: calc(100vh - 84px); overflow-y: auto; -- Gitblit v1.8.0