Browse Source

优化

pull/154/head
wangxy 3 years ago
parent
commit
e72d5734aa
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/plan/workbench/materialAnalysis/index.vue

+ 3
- 3
src/views/plan/workbench/materialAnalysis/index.vue View File

@ -35,7 +35,7 @@ export default {
} }
}, },
mounted () { mounted () {
this.dragChangeSize();;
this.dragChangeSize();
}, },
methods: { methods: {
handleQueryparams(data) { handleQueryparams(data) {
@ -54,7 +54,7 @@ export default {
padding: 8px !important; padding: 8px !important;
.material-top-wrap{ .material-top-wrap{
width: 100%; width: 100%;
height: calc(50% - 5px);
height: calc(50% - 12px);
margin-bottom: 10px; margin-bottom: 10px;
.material-top-left-wrap { .material-top-left-wrap {
width: 320px; width: 320px;
@ -81,7 +81,7 @@ export default {
} }
.material-bottom-wrap{ .material-bottom-wrap{
width: calc(100% - 4px); width: calc(100% - 4px);
height: calc(50% - 5px);
height: calc(50% - 10px);
background: linear-gradient(180deg, #EAEDED 0%, #FFFFFF 55%, #F1F1F1 100%); background: linear-gradient(180deg, #EAEDED 0%, #FFFFFF 55%, #F1F1F1 100%);
border: 2px solid #919191; border: 2px solid #919191;
.el-tabs { .el-tabs {


Loading…
Cancel
Save