Parcourir la source

fix: 智慧消防渐变色修改

TwoKe945 il y a 1 an
Parent
commit
b25b63c8b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/src/views/Home/components/WisdomFire.vue

+ 1 - 1
app/src/views/Home/components/WisdomFire.vue

@@ -226,7 +226,7 @@ components:{fxfbCont},
 .build-num {
   width: 100%;
   height: 42px;
-  background: #657f91;
+  background: linear-gradient(180deg,  rgba(5,134,253, .18) 0%, rgba(0, 224, 255, .5) 100%);
   border-radius: 5px;
 }
 .build {