Pārlūkot izejas kodu

change to account name

master
Anna Ho pirms 1 gada
vecāks
revīzija
f12f3ed03b
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +4
    -4
      src/layout/MainLayout/Header/HeaderContent/Profile/index.js

+ 4
- 4
src/layout/MainLayout/Header/HeaderContent/Profile/index.js Parādīt failu

@@ -107,7 +107,7 @@ const Profile = () => {
>
<Stack direction="row" alignItems="center" sx={{ p: 0.5 }}>
<AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} />
<Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">我的帳戶</Typography>
<Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography>
</Stack>
</ButtonBase>
<Popper
@@ -150,10 +150,10 @@ const Profile = () => {
<Stack direction="row" spacing={1.25} alignItems="center">
<AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} />
<Stack>
<Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">我的帳戶</Typography>
<Typography variant="body2" color="textSecondary">
<Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography>
{/* <Typography variant="body2" color="textSecondary">
{userData == null ? "" : userData.fullenName}
</Typography>
</Typography> */}
{/* <Typography variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography> */}
</Stack>
</Stack>


Notiek ielāde…
Atcelt
Saglabāt