From 583f5b77640b5dbf7e593e89a0d660f4cacacbe9 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 02 十一月 2023 11:58:16 +0800 Subject: [PATCH] 添加供应商接口联调、相关供应商页面修改、产品页面修改 --- src/components/layout/components/appHeader/index.vue | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/layout/components/appHeader/index.vue b/src/components/layout/components/appHeader/index.vue index e83742e..f918be6 100644 --- a/src/components/layout/components/appHeader/index.vue +++ b/src/components/layout/components/appHeader/index.vue @@ -37,15 +37,16 @@ <style lang="scss" scoped> .sales-lead { display: flex; - height: 55px; - line-height: 55px; - background-color: #fff; - margin-bottom: 10px; - margin-left: -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; -- Gitblit v1.8.0