Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Aug 31, 2023
1 parent a8c034b commit 48e0a7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/assets/css/face/single.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@
}
.m-header-info {
.flex;
.fz(12px);
flex-direction: column;
gap: 5px;
gap: 8px;
width: calc(100% - 300px);
color: #000;
}
Expand Down Expand Up @@ -142,8 +143,7 @@
.mr(15px);
.h(24px);
gap: 5px;
align-items: center;
padding: 5px 0;
align-items: center;
* {
flex-shrink: 0;
}
Expand Down Expand Up @@ -402,6 +402,7 @@
}
.m-random-list,
.m-pvxbody-list {
overflow: auto;
.u-list {
display: flex;
gap: 20px;
Expand Down

0 comments on commit 48e0a7b

Please sign in to comment.