From abd77ca3a8013ebadec10d45f3316a19724d4fc7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 十二月 2021 15:13:13 +0800 Subject: [PATCH] 2021-12-23 --- src/tabviews/custom/components/share/normalheader/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/share/normalheader/index.jsx b/src/tabviews/custom/components/share/normalheader/index.jsx index 9643142..570a190 100644 --- a/src/tabviews/custom/components/share/normalheader/index.jsx +++ b/src/tabviews/custom/components/share/normalheader/index.jsx @@ -46,7 +46,7 @@ if (!title && !show) return null return ( - <div className="normal-header" style={config.headerStyle}> + <div className={'normal-header' + (show ? ' header-search' : '')} style={config.headerStyle}> <span className="title">{title}</span> {show ? <SearchComponent config={config} BID={BID} menuType={menuType} refreshdata={this.props.refresh}/> : null} </div> -- Gitblit v1.8.0