From 7d7fbe920279c9d7a42268a284427d2c42d8f0f2 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 10 十月 2023 14:45:01 +0800
Subject: [PATCH] 弹出搜索框 公共组件修改

---
 src/components/layout/components/appHeader/index.vue |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/components/layout/components/appHeader/index.vue b/src/components/layout/components/appHeader/index.vue
index 88f2037..5427586 100644
--- a/src/components/layout/components/appHeader/index.vue
+++ b/src/components/layout/components/appHeader/index.vue
@@ -37,21 +37,23 @@
 <style lang="scss" scoped>
 .sales-lead {
   display: flex;
-  height: 55px;
-  line-height: 55px;
-  background-color: #fff;
-  margin-bottom: 10px;
+  height: 50px;
+  box-sizing: border-box;
+  line-height: 50px;
+  background-color: $color-bg;
+  border: 1px solid #ccc;
   .header-title {
-    margin-left: 16px;
-    font-size: 16px;
-    color: #475059;
+    padding-left: 16px;
+    font-size: 18px;
+    font-weight: bold;
+    color: #171718;
   }
   .header-user-info {
     margin-left: auto;
     margin-right: 20px;
     display: flex;
     .avatar {
-      margin-top: 8px;
+      margin-top: 4px;
       margin-right: 10px;
     }
   }

--
Gitblit v1.8.0