修复 下拉刷新文字,文字大小问题

This commit is contained in:
张成
2025-11-30 20:19:06 +08:00
parent 6815eca84d
commit 42b05a6bc8
15 changed files with 48 additions and 31 deletions

View File

@@ -70,10 +70,10 @@
.organizer-actions {
display: flex;
flex: 0 0 90px;
align-items: center;
gap: 8px;
margin-left: auto;
flex-shrink: 0;
.organizer-actions-follow,
.organizer-actions-comment {
@@ -86,6 +86,7 @@
// border: 0.5px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.16);
box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.08);
white-space: nowrap;
& > image {
width: 16px;
@@ -102,6 +103,7 @@
font-weight: 500;
line-height: 20px; /* 153.846% */
letter-spacing: -0.23px;
white-space: nowrap;
}
}