From eef9fb0a70d6249b80f067663d910b5c2becc4ef Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 12 Nov 2022 09:01:44 +0800
Subject: [PATCH] 1
---
src/views/home/components/leftContainer.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/home/components/leftContainer.vue b/src/views/home/components/leftContainer.vue
index 4fb88b0..68298b1 100644
--- a/src/views/home/components/leftContainer.vue
+++ b/src/views/home/components/leftContainer.vue
@@ -863,10 +863,11 @@
border-radius: 50%;
background: #43bafe;
box-shadow: 0px 0px 8px 2px #43bafe;
+ margin-left: 8px;
}
.title {
- padding: 0 18px;
+ padding: 0 18px 0 25px;
position: relative;
text-align: left;
height: 40px;
@@ -874,6 +875,7 @@
font-size: 20px;
display: flex;
justify-content: space-between;
+ background-image: linear-gradient(to right, #2e4aba, #010d3e);
.choosed {
color: #fff;
--
Gitblit v1.9.3