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);