feat: 修改问题
This commit is contained in:
@@ -159,9 +159,15 @@
|
||||
// border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
// background: rgba(255, 255, 255, 0.16);
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: auto;
|
||||
padding: 12px 0 12px 15px;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
@@ -181,13 +181,18 @@ export default function OrganizerInfo(props) {
|
||||
src={img.ICON_DETAIL_ARROW_RIGHT}
|
||||
/>
|
||||
</View>
|
||||
<ScrollView refresherBackground="#FAFAFA" 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
|
||||
key={index}
|
||||
className={styles["recommend-games-list-item"]}
|
||||
onClick={handleViewGame.bind(null, game.id)}
|
||||
catchMove
|
||||
>
|
||||
{/* game title */}
|
||||
<View className={styles["recommend-games-list-item-title"]}>
|
||||
|
||||
Reference in New Issue
Block a user