소스 검색

change to account name

master
Anna Ho 1 년 전
부모
커밋
f12f3ed03b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/layout/MainLayout/Header/HeaderContent/Profile/index.js

+ 4
- 4
src/layout/MainLayout/Header/HeaderContent/Profile/index.js 파일 보기

@@ -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>


불러오는 중...
취소
저장