From 5f76575b33efa7f1e30658480b511d8d2a962048 Mon Sep 17 00:00:00 2001
From: whychdw <496960745@qq.com>
Date: 星期五, 01 十一月 2024 10:20:58 +0800
Subject: [PATCH] 平台样式调整

---
 src/views/test/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/test/index.vue b/src/views/test/index.vue
index e1a1d74..901eee1 100644
--- a/src/views/test/index.vue
+++ b/src/views/test/index.vue
@@ -448,7 +448,7 @@
 
   .p-left {
     grid-row-start: span 2;
-    background: #1a585d;
+    background: radial-gradient(#1a585d10, #1a585d80);
     display: flex;
     flex-direction: column;
     .filter {

--
Gitblit v1.9.1