Bladeren bron

chore: 调整隐患排查颜色

TwoKe945 1 jaar geleden
bovenliggende
commit
a17b2489bd
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      app/src/views/components/Rectification.vue

+ 3 - 3
app/src/views/components/Rectification.vue

@@ -64,7 +64,7 @@
 }
 .list-one{
     height: 34px;
-    background-color:#00D5FF ;
+    background-color:rgba(0, 213,255, .12) ;
     margin-top: 14px;
     padding: 0 8px;
     display: flex;
@@ -86,7 +86,7 @@ position: absolute;
 top: 0;
 display: inline-block;
 height: 10px;
-background: #00D1FF;
+background: linear-gradient(180deg, #00D1FF 0%, rgba(0, 255, 224, .87) 100%);;
 z-index: 10059;
 }
-</style>
+</style>