修改logo

This commit is contained in:
wjn 2024-06-06 08:53:33 +08:00
parent 76c8b10dd7
commit 8311222f55
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 (
<div className={`header ${props.matchLogin ? "login" : "nologin"}`}>
<div className="header__left">
{/* <PictureThumb
<PictureThumb
thumbCodes={thumbCode ? [thumbCode] : []}
thumbConfigs={[{ target: thumbCode }]}
defaultThumb={require("../assets/layout/header-logo.png")}
className="header__left-logo"
/> */}
/>
{isMobile ? (
<span className="header__left-slogan-mobile"> </span>
) : (
@ -390,7 +390,7 @@ function Header(props) {
: "header__left-slogan"
}`}
>
双重预防管控系统
双重预防机制管控系统
{/*
<span style={{ color: "#c99d03" }}>SMS</span> */}
{baseConfig.SYS_NAME}{" "}