From 6babecf7f32288ce4b3278f31364215c39143e53 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Thu, 5 Mar 2026 17:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/header-nav/index.scss | 4 ++++ .../Skyeye-sys-ui/src/layout/components/header-nav/index.vue | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.scss b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.scss index 0a88e1a..54d2f6d 100644 --- a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.scss +++ b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.scss @@ -260,3 +260,7 @@ $light_gray: #eee; .el-form-item__button {} } + +.split-line { + margin: 0 5px; +} diff --git a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.vue b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.vue index 2b0284a..8e56abe 100644 --- a/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.vue +++ b/frontend/Skyeye-sys-ui/src/layout/components/header-nav/index.vue @@ -26,8 +26,9 @@