From a23122ed0eb87684b6df5b0b720f39ef3d0eeef4 Mon Sep 17 00:00:00 2001 From: chutingting Date: Thu, 11 Jan 2024 02:07:45 +0800 Subject: [PATCH] edit css --- src/components/header.vue | 3 ++- src/layouts/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/header.vue b/src/components/header.vue index af1075a..56c3100 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -37,6 +37,7 @@ export default { border-bottom: none !important; width: 70%; display: inline-block; + margin-top: 6px; } .el-menu-item { margin-right: 3%; @@ -47,6 +48,6 @@ export default { } .is-active { color: #fff !important; - border-bottom: 5px solid #00ebc3 !important; + border-bottom: 4px solid #00ebc3 !important; } diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 4f5b365..7211cab 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -53,7 +53,7 @@ export default { image-rendering: pixelated; margin-right: 70px; float: left; - margin-top: 10px; + margin-top: 14px; } .login { background: none !important; @@ -62,7 +62,7 @@ export default { border-radius: 4px; color: #fff; float: right; - margin-top: 16px; + margin-top: 20px; } } .el-main {