From 6a454f1912daff9174e4dd4de6e585d947869fc4 Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Tue, 22 Apr 2025 16:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/KeyPopulations/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/KeyPopulations/index.vue b/src/views/KeyPopulations/index.vue index 2dcd547..71cfc54 100644 --- a/src/views/KeyPopulations/index.vue +++ b/src/views/KeyPopulations/index.vue @@ -61,10 +61,10 @@ import Yjclqktj from "./model/yjclqktj.vue"; } } .asideL { - background: linear-gradient(to right, rgba(78, 98, 132, 0.8) 0%, #fff 100%); + background: linear-gradient(to right, rgba(78, 98, 132, 0.8) 0%, rgba(255,255,255,0.1) 100%); } .asideR { - background: linear-gradient(to left, rgba(78, 98, 132, 0.8) 0%, #fff 100%); + background: linear-gradient(to left, rgba(78, 98, 132, 0.8) 0%, rgba(255,255,255,0.1) 100%); } .homeBox .home-contant .home-aside .aside-middle { height: calc((100% - 60px) / 2);