mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-11 20:44:13 +08:00
我的页面优化
This commit is contained in:
parent
a47ddcb471
commit
07d3bab62c
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user