From ed326844ce7bc4f89dca5ebfa532d5e684b5060b Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Tue, 17 May 2022 21:48:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E5=88=86=E7=B1=BBUI?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/module/header/HeaderCategory.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/module/header/HeaderCategory.vue b/layouts/module/header/HeaderCategory.vue index cb8273d..ee48a4d 100644 --- a/layouts/module/header/HeaderCategory.vue +++ b/layouts/module/header/HeaderCategory.vue @@ -173,13 +173,13 @@ export default { color: #333333; .tab-category-menu__left { width: 190px; - padding: 15px 0; + padding: 30px 0 35px 0; background: #ffffff; .menu-left__item { height: 36px; cursor: pointer; padding: 0 24px 0 41px; - margin-top: 23px; + margin-top: 15px; &:first-child { margin-top: 0; }