From 3d71e181be80c0a1cbb03aff2afecb4351496d46 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 25 十一月 2022 11:19:21 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/share/normalheader/index.scss | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/share/normalheader/index.scss b/src/tabviews/custom/components/share/normalheader/index.scss index 94dba47..8816fb1 100644 --- a/src/tabviews/custom/components/share/normalheader/index.scss +++ b/src/tabviews/custom/components/share/normalheader/index.scss @@ -6,6 +6,7 @@ overflow: hidden; letter-spacing: 0px; line-height: 45px; + box-sizing: content-box; .title { text-decoration: inherit; @@ -41,6 +42,12 @@ } } } +.normal-header:not(.header-search) { + .title { + display: block; + float: none; + } +} .header-search.normal-header { display: flex; } -- Gitblit v1.8.0