修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ export default function OrganizerInfo(props) {
|
||||
src={img.ICON_DETAIL_ARROW_RIGHT}
|
||||
/>
|
||||
</View>
|
||||
<ScrollView className={styles["recommend-games-list"]} scrollX>
|
||||
<ScrollView refresherBackground="#FAFAFA" className={styles["recommend-games-list"]} scrollX>
|
||||
<View className={styles["recommend-games-list-content"]}>
|
||||
{recommendGames.map((game, index) => (
|
||||
<View
|
||||
|
||||
@@ -349,7 +349,7 @@ export default function Participants(props) {
|
||||
</View>
|
||||
)}
|
||||
{/* participants list */}
|
||||
<ScrollView className={styles["participants-list-scroll"]} scrollX>
|
||||
<ScrollView refresherBackground="#FAFAFA" className={styles["participants-list-scroll"]} scrollX>
|
||||
<View
|
||||
className={styles["participants-list-scroll-content"]}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user