From 0905d4eaf3420f47db1a19c49413a157c65474f8 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 18:36:01 +0800 Subject: [PATCH] style: 页头/侧边栏/页面布局 样式调整 --- src/components/layout/components/appHeader/index.vue | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/layout/components/appHeader/index.vue b/src/components/layout/components/appHeader/index.vue index e83742e..5718bf9 100644 --- a/src/components/layout/components/appHeader/index.vue +++ b/src/components/layout/components/appHeader/index.vue @@ -37,15 +37,18 @@ <style lang="scss" scoped> .sales-lead { display: flex; - height: 55px; - line-height: 55px; - background-color: #fff; - margin-bottom: 10px; - margin-left: -10px; + height: 50px; + line-height: 50px; + flex-shrink: 0; + box-sizing: border-box; + background-color: transparent; + border: 1px solid #ccc; + align-items: center; .header-title { margin-left: 16px; - font-size: 16px; - color: #475059; + font-size: 18px; + font-weight: 700; + color: #171718; } .header-user-info { margin-left: auto; -- Gitblit v1.8.0