|
|
@@ -80,8 +80,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="chart" style="height: 416px">
|
|
|
- <div id="orderProductCategoryChart" style="height: 400px;" :style="{height:heightChart,width:windowWidth < 1355?'48%':windowWidth<1533?'41%':windowWidth<1919?'35%':'35%',float:'left'}"></div>
|
|
|
- <div style="float: right;" :style="windowWidth<1355?'width:52%':windowWidth<1533?'width:59%':windowWidth<1919?'width:65%':'width:65%'">
|
|
|
+ <div id="orderProductCategoryChart" style="height: 400px;" :style="{height:heightChart,width:windowWidth < 1355?'48%':windowWidth<1533?'41%':windowWidth<1919?'35%':'42%',float:'left'}"></div>
|
|
|
+ <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">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<p v-if="scope.column.columnname === 'operation'">
|