From 7538467294b4a24f477ba619c81d10f06d68d85f Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Tue, 14 Dec 2021 15:51:39 +0800
Subject: [PATCH] 1.内页顶部文字字体问题 2.搜索框内文字左侧间距太小 3.列表左右侧间距不一样,边框是1px不是2px

---
 src/components/CustomSearch3.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/CustomSearch3.vue b/src/components/CustomSearch3.vue
index 8b65e18..6a9d306 100644
--- a/src/components/CustomSearch3.vue
+++ b/src/components/CustomSearch3.vue
@@ -152,7 +152,7 @@
 }
 
 .custom-search-after .input-inner {
-  width: 90%;
+  width: 85%;
   height: 3vh;
   border: 0;
   border-radius: 200px;

--
Gitblit v1.9.3