From f141226b9c4c580a1844b263f8e1440d73719207 Mon Sep 17 00:00:00 2001
From: 康凯 <9691949+kang-kai-SJZ@user.noreply.gitee.com>
Date: Mon, 24 Jan 2022 16:05:53 +0800
Subject: [PATCH] 首页、列表页、搜索结果页 列表选项卡顺序

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