From 383c48931b26d36b394324a33cf3dead01f11e02 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 6 Sep 2023 07:17:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E6=B7=B7=E5=90=88?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95`icon`?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E9=97=B4=E8=B7=9D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 82c63af427e56cb1ff2628e866c632e9de8f60ef --- src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 1610d83c..63417ecd 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -219,7 +219,7 @@ function toggleSideBar() { } :deep(.svg-icon) { - margin-top: -2px; + margin-top: -1px; margin-right: 5px; }