From f267d04e0561a0a20d1f2a9f558a273558ece90d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 24 五月 2021 17:50:19 +0800 Subject: [PATCH] 2021-05-24 --- src/tabviews/custom/components/share/normalheader/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/share/normalheader/index.scss b/src/tabviews/custom/components/share/normalheader/index.scss index c58253d..3321603 100644 --- a/src/tabviews/custom/components/share/normalheader/index.scss +++ b/src/tabviews/custom/components/share/normalheader/index.scss @@ -22,6 +22,7 @@ font-weight: normal; font-style: normal; letter-spacing: 0px; + flex: 1; >.ant-row { >.ant-col { height: 45px; @@ -36,6 +37,9 @@ } } } +.header-search.normal-header { + display: flex; +} .normal-header.hidden { display: none; } \ No newline at end of file -- Gitblit v1.8.0