浏览代码

fix: 智慧消防渐变色修改

TwoKe945 1 年之前
父节点
当前提交
b25b63c8b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {