yuanmingze 3 giorni fa
parent
commit
67005f87ad

+ 2 - 2
src/views/admin/taskManagement/missionCenter.vue

@@ -753,8 +753,8 @@ export default {
   margin-top: 10px;
 }
 .error-message {
-  color: red;
-  font-weight: 600;
+  color: red !important;
+  font-weight: 600 !important;
 
   i {
     font-weight: 600;

+ 2 - 2
src/views/admin/user/index.vue

@@ -809,8 +809,8 @@ export default {
   }
 }
 .error-message {
-  color: red;
-  font-weight: 600;
+  color: red !important;
+  font-weight: 600 !important;
 
   i {
     font-weight: 600;

+ 2 - 2
src/views/serviceManagement/serviceReviewed/index.vue

@@ -687,8 +687,8 @@ export default {
   }
 }
 .error-message {
-  color: red;
-  font-weight: 600;
+  color: red !important;
+  font-weight: 600 !important;
 
   i {
     font-weight: 600;

+ 3 - 3
src/views/servicePackageMonitoring/riskEventAudit/index.vue

@@ -485,7 +485,7 @@ export default {
         const timer = setInterval(async () => {
           const stopLoop = await checkStatus();
           if (stopLoop) clearInterval(timer);
-        }, 5000); // 每5秒轮询一次
+        }, 60000);
       }
     },
 
@@ -572,8 +572,8 @@ export default {
 }
 
 .error-message {
-  color: red;
-  font-weight: 600;
+  color: red !important;
+  font-weight: 600 !important;
 
   i {
     font-weight: 600;