From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

---
 src/styles/top.scss |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/styles/top.scss b/src/styles/top.scss
index 5481f33..e15e00c 100644
--- a/src/styles/top.scss
+++ b/src/styles/top.scss
@@ -44,9 +44,9 @@
 .top-search {
   line-height: $top_height;
   position: absolute !important;
-  right: 200px;
+  right: 300px;
   top: 0;
-  width: 300px;
+  width: 250px;
 
   .el-input__wrapper {
     font-size: 13px;
@@ -71,7 +71,6 @@
 .top-bar__right {
   height: $top_height;
   position: absolute;
-  margin-top: 2px;
   top: 0;
 
   i {

--
Gitblit v1.9.3