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 {