From 6d565408986cf49c7dc3a8c4cc104df9cd8a8423 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Fri, 18 Oct 2024 22:35:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=90=9C=E7=B4=A2=E6=9D=A1=E6=A0=B7=E5=BC=8F=E7=B1=BB?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 137fd323..1ad8ad8c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -4,7 +4,7 @@ padding: 15px; } -.search-container { +.search-bar { padding: 18px 0 0 10px; margin-bottom: 10px; background-color: var(--el-bg-color-overlay);