From ed7e34dfde7797eb983a2ac9541fbd01ac3d8c3a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 15 May 2025 10:16:05 +0800
Subject: [PATCH] feat:设备统计样式调整
---
src/styles/common.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index df04e57..6986257 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -73,7 +73,8 @@
flex: 1;
box-sizing: border-box;
overflow: hidden;
- background: #f0f2f5;
+ // background: #f0f2f5;
+ background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
}
#avue-view {
--
Gitblit v1.9.3