Ver Fonte

历史记录状态样式调整

maxiaoxiao há 11 meses atrás
pai
commit
d057b8d7b2
1 ficheiros alterados com 22 adições e 0 exclusões
  1. 22 0
      src/views/complianceAnalysis/components/lsjl.vue

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

@@ -331,6 +331,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;