ming 3 tahun lalu
induk
melakukan
40b0a0147f

+ 6 - 2
src/assets/css/index.css

@@ -809,7 +809,7 @@ p {
 
 .siteModelBox h2 {
     font-size: 0.2rem;
-    color: #0df4fe;
+    color: #37a5eb;
     line-height: 0.6rem;
     position: static;
     text-align: left;
@@ -833,7 +833,7 @@ p {
 
 .siteModelBox .infoLine span {
     float: left;
-    color: #0df4fe;
+    color: #37a5eb;
     display: inline-block;
     text-align: right;
     width: 80px;
@@ -907,5 +907,9 @@ p {
     width: 350px!important
 }
 
+.zwsj img {
+    width: 123px
+}
+
 
 /* ming end */

TEMPAT SAMPAH
src/assets/images/No_data.png


TEMPAT SAMPAH
src/assets/images/close.png


TEMPAT SAMPAH
src/assets/images/modal-bg.png


TEMPAT SAMPAH
src/assets/images/site-icon.png


TEMPAT SAMPAH
src/assets/images/site-img.png


+ 4 - 2
src/views/site/Device_motore.vue

@@ -799,7 +799,9 @@ export default {
 
 #pane-third .zwsj {
   margin: 65px 0;
+  
 }
+
 #pane-third .el-table--border::after,
 .el-table--group::after {
   width: 0;
@@ -833,10 +835,10 @@ export default {
   background-color: rgb(55,165,235, 0.05);
 }
 #pane-third .el-loading-spinner .path {
-  stroke: rgb(86, 158, 160, 1);
+  stroke: rgb(55,165,235 1);
 }
 #pane-third .el-loading-spinner .el-loading-text {
-  color: rgb(86, 158, 160, 1);
+  color: rgb(55,165,235 1);
 }
 </style>
 

+ 3 - 3
src/views/site_ehcarts/Device_distion.vue

@@ -40,7 +40,7 @@ export default {
   data() {
     return {
       chart: null,
-      color_XY: "rgba(0, 244, 253, 0.1)",
+      color_XY: "rgba(55,165,235, 0.1)",
       msgFormSon: null,
       data_time: [],
       data: [],
@@ -123,8 +123,8 @@ export default {
           },
         ],
         tooltip: {
-          backgroundColor: "rgba(0, 244, 253, 0.1)",
-          borderColor: "rgba(0, 244, 253, 0.3)",
+          backgroundColor: "rgba(55,165,235, 0.1)",
+          borderColor: "rgba(55,165,235, 0.3)",
           textStyle: {
             color: "#fff",
           },

+ 4 - 4
src/views/site_ehcarts/Device_second.vue

@@ -40,7 +40,7 @@ export default {
   data() {
     return {
       chart: null,
-      color_XY: "rgba(0, 244, 253, 0.1)",
+      color_XY: "rgba(55,165,235, 0.1)",
       itemStyle: [
         {
           normal: {
@@ -241,8 +241,8 @@ export default {
 
       option = {
         tooltip: {
-          backgroundColor: "rgba(0, 244, 253, 0.1)",
-          borderColor: "rgba(0, 244, 253, 0.3)",
+          backgroundColor: "rgba(55,165,235, 0.1)",
+          borderColor: "rgba(55,165,235, 0.3)",
           textStyle: {
             color: "#fff",
           },
@@ -310,7 +310,7 @@ export default {
           },
           axisLine: {
             lineStyle: {
-              color: "rgba(0, 244, 253, 0.1)",
+              color: "rgba(55,165,235, 0.1)",
             },
             // symbol: ["none", "arrow"], //轴线两边的箭头
             symbolSize: [8, 12],

+ 3 - 3
src/views/site_ehcarts/Event_alarm.vue

@@ -40,7 +40,7 @@ export default {
   data() {
     return {
       chart: null,
-      color_XY: "rgba(0, 244, 253, 0.1)",
+      color_XY: "rgba(55,165,235, 0.1)",
     };
   },
   mounted() {},
@@ -141,8 +141,8 @@ export default {
           },
         },
         tooltip: {
-          backgroundColor: "rgba(0, 244, 253, 0.1)",
-          borderColor: "rgba(0, 244, 253, 0.3)",
+          backgroundColor: "rgba(55,165,235, 0.1)",
+          borderColor: "rgba(55,165,235, 0.3)",
           textStyle: {
             color: "#fff",
           },