Sfoglia il codice sorgente

Merge branch 'master' of http://121.42.8.157:13000/zengminguo/D-MAP

deepsea 1 anno fa
parent
commit
cca3475ec8
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      src/views/ordinaryPage/index.vue

+ 6 - 6
src/views/ordinaryPage/index.vue

@@ -3491,19 +3491,19 @@ export default {
   background-color: rgba(117, 117, 117, 0.8);
 }
 .ready {
-  color: #65c94c !important;
+  color: #65c94c00 !important;
   font-size: 30px;
 }
 .running {
-  color: #478bc3 !important;
+  color: #478bc300 !important;
   font-size: 30px;
 }
 .occupied {
-  color: #478bc3 !important;
+  color: #478bc300 !important;
   font-size: 30px;
 }
 .offline {
-  color: #cdd0cf !important;
+  color: #cdd0cf00 !important;
   font-size: 30px;
 }
 /*.offline {
@@ -4282,7 +4282,7 @@ export default {
   font-size: 30px;
 }
 .offline {
-  color: #cdd0cf !important;
+  color: #cdd0cf00 !important;
   font-size: 30px;
 }
 .offline {
@@ -4365,6 +4365,6 @@ export default {
   background-color: #cdd0cf00 !important;
 }
 .error {
-  background-color: red !important;
+  background-color: #ff000000 !important;
 }
 </style>