From a11d38dff8d7beca6d33251557b7e370c155faf1 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 18 十月 2023 17:10:41 +0800 Subject: [PATCH] 新建调拨弹窗样式调整(5288) --- 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