替换白色为 fafa

This commit is contained in:
张成
2025-11-08 22:18:48 +08:00
parent 83f83b13a7
commit 46d3a8f13f
11 changed files with 12 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ export default function withAuth<P extends object>(
style={{
width: "100vw",
height: "100vh",
backgroundColor: "#fff",
backgroundColor: "#FAFAFA",
position: "fixed",
top: 0,
left: 0,
@@ -69,7 +69,7 @@ export default function withAuth<P extends object>(
style={{
width: "100vw",
height: "100vh",
backgroundColor: "#fff",
backgroundColor: "#FAFAFA",
position: "fixed",
top: 0,
left: 0,

View File

@@ -18,7 +18,7 @@ const CustomNavbar = (props: IProps) => {
style={{
height: `${navBarHeight}px`,
paddingTop: `${statusBarHeight}px`,
backgroundColor: backgroundColor || 'transparent'
backgroundColor: backgroundColor || '#fafafa'
}}
>
{children}