|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="app-container-Lift">
|
|
|
<div id="LiftChart" :style="{height:height,width:width}"></div>
|
|
|
- <el-dialog :title="title" :visible.sync="openDt" width="1600px" >
|
|
|
+ <el-dialog :title="title" :visible.sync="openDt" width="85%" >
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
icon="el-icon-download"
|
|
@@ -50,7 +50,7 @@
|
|
|
@pagination="getDtList"
|
|
|
/>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title="title" :visible.sync="openCc" width="1600px" >
|
|
|
+ <el-dialog :title="title" :visible.sync="openCc" width="85%" >
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
icon="el-icon-download"
|
|
@@ -106,7 +106,7 @@
|
|
|
@pagination="getCcList"
|
|
|
/>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title="title" :visible.sync="openDzsb" width="1600px" >
|
|
|
+ <el-dialog :title="title" :visible.sync="openDzsb" width="85%" >
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
icon="el-icon-download"
|
|
@@ -257,10 +257,10 @@ export default {
|
|
|
{
|
|
|
name: this.$t('叉车'),
|
|
|
type: 'bar',
|
|
|
- barWidth: 28,
|
|
|
+ barWidth: '80%',
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
- barBorderRadius: [5, 5, 0, 0],
|
|
|
+ barBorderRadius: [5, 5, 5, 5],
|
|
|
}
|
|
|
},
|
|
|
stack: this.$t('devTotalChart'),
|
|
@@ -269,10 +269,10 @@ export default {
|
|
|
{
|
|
|
name: this.$t('起重机械'),
|
|
|
type: 'bar',
|
|
|
- barWidth: 20,
|
|
|
+ barWidth: '80%',
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
- barBorderRadius: [0, 0, 0, 0],
|
|
|
+ barBorderRadius: [5, 5, 5, 5],
|
|
|
}
|
|
|
},
|
|
|
stack: this.$t('devTotalChart'),
|
|
@@ -281,10 +281,10 @@ export default {
|
|
|
{
|
|
|
name: this.$t('电梯'),
|
|
|
type: 'bar',
|
|
|
- barWidth: 20,
|
|
|
+ barWidth: '80%',
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
- barBorderRadius: [0, 0, 0, 0],
|
|
|
+ barBorderRadius: [5, 5, 5, 5],
|
|
|
}
|
|
|
},
|
|
|
stack: this.$t('devTotalChart'),
|