From f49a00b890834cd0783e84e2f44eb5d127d536b8 Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Mon, 23 May 2022 18:57:22 +0800
Subject: [PATCH] bug:页面内容过长,无法滚动查看更多

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

diff --git a/src/components/CustomSearch2.vue b/src/components/CustomSearch2.vue
index 724c7c0..57f3650 100644
--- a/src/components/CustomSearch2.vue
+++ b/src/components/CustomSearch2.vue
@@ -169,7 +169,7 @@
 }
 
 .custom-search-after .input-inner {
-  width: 90%;
+  width: 85%;
   height: 95%;
   border: 0;
   border-radius: 200px;

--
Gitblit v1.9.3