mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-07 19:44:06 +08:00
我的页面优化
This commit is contained in:
parent
a47ddcb471
commit
07d3bab62c
@ -39,11 +39,11 @@
|
||||
flex-direction: column;
|
||||
.name {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
font-size: 24px;
|
||||
height: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: rgba(0, 0, 0, 0.88);
|
||||
line-height: 24px;
|
||||
line-height: 20px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.departments {
|
||||
|
@ -127,7 +127,7 @@ const MemberPage = () => {
|
||||
<div className={styles["other-cont"]}>
|
||||
<Skeleton
|
||||
animated
|
||||
style={{ width: "100%", height: 24, marginTop: 15 }}
|
||||
style={{ width: "100%", height: 20, marginTop: 15 }}
|
||||
/>
|
||||
<Skeleton
|
||||
animated
|
||||
|
Loading…
x
Reference in New Issue
Block a user