This commit is contained in:
yunkexin 2024-06-07 15:46:48 +08:00
commit e6eff0d09d
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

View File

@ -374,12 +374,12 @@ function Header(props) {
return ( return (
<div className={`header ${props.matchLogin ? "login" : "nologin"}`}> <div className={`header ${props.matchLogin ? "login" : "nologin"}`}>
<div className="header__left"> <div className="header__left">
{/* <PictureThumb <PictureThumb
thumbCodes={thumbCode ? [thumbCode] : []} thumbCodes={thumbCode ? [thumbCode] : []}
thumbConfigs={[{ target: thumbCode }]} thumbConfigs={[{ target: thumbCode }]}
defaultThumb={require("../assets/layout/header-logo.png")} defaultThumb={require("../assets/layout/header-logo.png")}
className="header__left-logo" className="header__left-logo"
/> */} />
{isMobile ? ( {isMobile ? (
<span className="header__left-slogan-mobile"> </span> <span className="header__left-slogan-mobile"> </span>
) : ( ) : (
@ -390,7 +390,7 @@ function Header(props) {
: "header__left-slogan" : "header__left-slogan"
}`} }`}
> >
双重预防管控系统 双重预防机制管控系统
{/* {/*
<span style={{ color: "#c99d03" }}>SMS</span> */} <span style={{ color: "#c99d03" }}>SMS</span> */}
{baseConfig.SYS_NAME}{" "} {baseConfig.SYS_NAME}{" "}