Browse Source

改为透明

57862207 1 year ago
parent
commit
66c74a0298
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/ordinaryPage/index.vue

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

@@ -3480,19 +3480,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 {
@@ -4271,7 +4271,7 @@ export default {
   font-size: 30px;
 }
 .offline {
-  color: #cdd0cf !important;
+  color: #cdd0cf00 !important;
   font-size: 30px;
 }
 .offline {
@@ -4354,6 +4354,6 @@ export default {
   background-color: #cdd0cf00 !important;
 }
 .error {
-  background-color: red !important;
+  background-color: #ff000000 !important;
 }
 </style>