ly пре 3 година
родитељ
комит
78926dbfcb

+ 3 - 3
ui/src/views/sems/specanalysis/BoilerChart.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container-Boiler">
     <div id="BoilerChart" :style="{height:height,width:width}"></div>
-    <el-dialog :title="title" :visible.sync="open" width="1600px" >
+    <el-dialog :title="title" :visible.sync="open" width="85%" >
       <el-button
         type="warning"
         icon="el-icon-download"
@@ -172,7 +172,7 @@ export default {
           {
             name: this.$t('internalInspection'),
             type: 'bar',
-            barWidth: 28,
+            barWidth: '40%',
             itemStyle: {
               normal: {
                 barBorderRadius: [5, 5, 0, 0],//柱状图圆弧角度
@@ -184,7 +184,7 @@ export default {
           {
             name: this.$t('externalInspection'),
             type: 'bar',
-            barWidth: 28,
+            barWidth: '40%',
             itemStyle: {
               normal: {
                 barBorderRadius: [5, 5, 0, 0],

+ 9 - 9
ui/src/views/sems/specanalysis/LiftChart.vue

@@ -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'),

+ 2 - 2
ui/src/views/sems/specanalysis/PpChart.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container-Pp">
     <div id="PpChart" :style="{height:height,width:width}"></div>
-    <el-dialog :title="title" :visible.sync="open" width="1600px" >
+    <el-dialog :title="title" :visible.sync="open" width="85%" >
       <el-button
         type="warning"
         icon="el-icon-download"
@@ -170,7 +170,7 @@ export default {
           {
             name: this.$t('ppTotalChart'),
             type: 'bar',
-            barWidth: 28,
+            barWidth: '80%',
             itemStyle: {
               normal: {
                 barBorderRadius: [5, 5, 0, 0],

+ 2 - 2
ui/src/views/sems/specanalysis/PvChart.vue

@@ -3,7 +3,7 @@
   <div class="app-container-Pv">
     <div id="PvChart" :style="{height:height,width:width}"></div>
   </div>
-    <el-dialog :title="title" :visible.sync="open" width="1600px" >
+    <el-dialog :title="title" :visible.sync="open" width="85%" >
       <el-button
         type="warning"
         icon="el-icon-download"
@@ -170,7 +170,7 @@ export default {
           {
             name: this.$t('devTotalChart'),
             type: 'bar',
-            barWidth: 28,
+            barWidth: '80%',
             itemStyle: {
               normal: {
                 barBorderRadius: [5, 5, 0, 0],