我的页面优化

This commit is contained in:
禺狨 2023-07-03 10:23:45 +08:00
parent a47ddcb471
commit 07d3bab62c
2 changed files with 4 additions and 4 deletions

View File

@ -39,11 +39,11 @@
flex-direction: column; flex-direction: column;
.name { .name {
width: 100%; width: 100%;
height: 24px; height: 20px;
font-size: 24px; font-size: 20px;
font-weight: 600; font-weight: 600;
color: rgba(0, 0, 0, 0.88); color: rgba(0, 0, 0, 0.88);
line-height: 24px; line-height: 20px;
margin-top: 15px; margin-top: 15px;
} }
.departments { .departments {

View File

@ -127,7 +127,7 @@ const MemberPage = () => {
<div className={styles["other-cont"]}> <div className={styles["other-cont"]}>
<Skeleton <Skeleton
animated animated
style={{ width: "100%", height: 24, marginTop: 15 }} style={{ width: "100%", height: 20, marginTop: 15 }}
/> />
<Skeleton <Skeleton
animated animated