Răsfoiți Sursa

Merge branch 'maxx' of http://114.244.114.158:8802/siwei/real3d-portalsite into maxx

lkk 11 luni în urmă
părinte
comite
30662e7556
1 a modificat fișierele cu 22 adăugiri și 0 ștergeri
  1. 22 0
      src/views/complianceAnalysis/components/lsjl.vue

+ 22 - 0
src/views/complianceAnalysis/components/lsjl.vue

@@ -324,6 +324,28 @@ export default {
           rgba(155, 255, 139, 0.7) 100%
         );
       }
+      .el-tag--warning {
+        background: linear-gradient(
+          170deg,
+          rgba(249, 180, 71, 0.6) 0%,
+          rgba(249, 180, 71, 0.6) 100%
+        );
+      }
+      .el-tag--light {
+        background: linear-gradient(
+          170deg,
+          rgba(255, 126, 33, 0.6) 0%,
+          rgba(255, 166, 33, 0.7) 100%
+        );
+      }
+
+      .el-tag--danger {
+        background: linear-gradient(
+          170deg,
+          rgba(200, 0, 0, 0.6) 0%,
+          rgba(255, 105, 105, 0.6) 100%
+        );
+      }
       .button {
         width: 48px;
         height: 20px;