|
|
@ -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 { |
|
|
|