|
@@ -80,7 +80,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="chart" style="height: 416px;align-items: center;">
|
|
<div class="chart" style="height: 416px;align-items: center;">
|
|
|
- <div id="orderProductCategoryChart" style="height: 400px;vertical-align: middle;line-height: 400px" :style="{height:heightChart,width:windowWidth < 1355?'48%':windowWidth<1533?'41%':windowWidth<1919?'35%':'42%',float:'left'}"></div>
|
|
|
|
|
|
|
+ <div id="orderProductCategoryChart" style="height: 400px;vertical-align: middle;line-height: 400px" :style="{height:heightChart,width:windowWidth < 1355?'48%':windowWidth<1533?'41%':windowWidth<1919?'35%':'42%',float:'left',marginTop:marginChart}"></div>
|
|
|
<div style="float: right;" :style="windowWidth<1355?'width:52%':windowWidth<1533?'width:59%':windowWidth<1919?'width:65%':'width:58%'">
|
|
<div style="float: right;" :style="windowWidth<1355?'width:52%':windowWidth<1533?'width:59%':windowWidth<1919?'width:65%':'width:58%'">
|
|
|
<tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="heightTable" fixedName="operation">
|
|
<tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="heightTable" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
<template v-slot:customcol="scope">
|
|
@@ -174,7 +174,8 @@ export default {
|
|
|
tradefieldList:[],
|
|
tradefieldList:[],
|
|
|
brandList:[],
|
|
brandList:[],
|
|
|
listqueryid:'',
|
|
listqueryid:'',
|
|
|
- pageTotal:0
|
|
|
|
|
|
|
+ pageTotal:0,
|
|
|
|
|
+ marginChart:0
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
@@ -401,14 +402,16 @@ export default {
|
|
|
},
|
|
},
|
|
|
/*全屏*/
|
|
/*全屏*/
|
|
|
onFull(){
|
|
onFull(){
|
|
|
- this.heightChart = 'calc(100vh - 385px)'
|
|
|
|
|
|
|
+ this.heightChart = 'calc(100vh - 585px)'
|
|
|
this.heightTable ='calc(100vh - 165px)'
|
|
this.heightTable ='calc(100vh - 165px)'
|
|
|
|
|
+ this.marginChart = 'calc(20vh)'
|
|
|
this.isFull = true
|
|
this.isFull = true
|
|
|
},
|
|
},
|
|
|
/*退出全屏*/
|
|
/*退出全屏*/
|
|
|
backFull(val){
|
|
backFull(val){
|
|
|
this.heightChart = '98%'
|
|
this.heightChart = '98%'
|
|
|
this.heightTable = '352px'
|
|
this.heightTable = '352px'
|
|
|
|
|
+ this.marginChart = 0
|
|
|
this.isFull = false
|
|
this.isFull = false
|
|
|
this.$emit('backFull',val)
|
|
this.$emit('backFull',val)
|
|
|
},
|
|
},
|