放开风险四色

This commit is contained in:
yunkexin 2024-07-08 15:38:22 +08:00
parent c23a47be84
commit b8a8a2df2f
2 changed files with 5 additions and 5 deletions

View File

@ -482,7 +482,7 @@ function Header(props) {
</div> </div>
{!props.matchLogin ? ( {!props.matchLogin ? (
<div className="header__right"> <div className="header__right">
{/* <RiskFourColor/> */} <RiskFourColor/>
<HeaderDataV /> <HeaderDataV />
<HeaderSearch /> <HeaderSearch />
<GuideCode /> <GuideCode />

View File

@ -1712,7 +1712,7 @@ class Home extends React.Component {
display: "flex", display: "flex",
// padding: "0px 20px", // padding: "0px 20px",
margin: "0px", margin: "0px",
minHeight: "242px", // minHeight: "242px",
minWidth: "1136px", minWidth: "1136px",
// justifyContent: "space-between", // justifyContent: "space-between",
// backgroundColor: "#fff", // backgroundColor: "#fff",
@ -2101,7 +2101,7 @@ class Home extends React.Component {
display: "flex", display: "flex",
// padding: "0px 20px", // padding: "0px 20px",
margin: "0px", margin: "0px",
minHeight: "242px", // minHeight: "242px",
minWidth: "1136px", minWidth: "1136px",
// justifyContent: "space-between", // justifyContent: "space-between",
// backgroundColor: "#fff", // backgroundColor: "#fff",
@ -2384,7 +2384,7 @@ class Home extends React.Component {
margin: "30px 0px", margin: "30px 0px",
// justifyContent: "space-between", // justifyContent: "space-between",
alignItems: "center", alignItems: "center",
minHeight: "388px", // minHeight: "388px",
overflow: "hidden", overflow: "hidden",
// minWidth: "1204px", // minWidth: "1204px",
minWidth: "1136px", minWidth: "1136px",
@ -2630,7 +2630,7 @@ class Home extends React.Component {
className="home-row" className="home-row"
style={{ style={{
margin: "0px 0px 10px 0px", margin: "0px 0px 10px 0px",
minHeight: "275px", // minHeight: "275px",
// minWidth: "1204px", // minWidth: "1204px",
minWidth: "1136px", minWidth: "1136px",
}} }}