소스 검색

历史记录状态样式调整

maxiaoxiao 1 년 전
부모
커밋
d057b8d7b2
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  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;