From e72d5734aa63b656ae367d0c70f0332c1411db27 Mon Sep 17 00:00:00 2001 From: "DESKTOP-JT599KC\\Luan Shanshan" Date: Wed, 29 Dec 2021 11:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/workbench/materialAnalysis/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/plan/workbench/materialAnalysis/index.vue b/src/views/plan/workbench/materialAnalysis/index.vue index b016bd8..c76097c 100644 --- a/src/views/plan/workbench/materialAnalysis/index.vue +++ b/src/views/plan/workbench/materialAnalysis/index.vue @@ -35,7 +35,7 @@ export default { } }, mounted () { - this.dragChangeSize();; + this.dragChangeSize(); }, methods: { handleQueryparams(data) { @@ -54,7 +54,7 @@ export default { padding: 8px !important; .material-top-wrap{ width: 100%; - height: calc(50% - 5px); + height: calc(50% - 12px); margin-bottom: 10px; .material-top-left-wrap { width: 320px; @@ -81,7 +81,7 @@ export default { } .material-bottom-wrap{ width: calc(100% - 4px); - height: calc(50% - 5px); + height: calc(50% - 10px); background: linear-gradient(180deg, #EAEDED 0%, #FFFFFF 55%, #F1F1F1 100%); border: 2px solid #919191; .el-tabs {