mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-05 10:48:56 +08:00
修改自动字体大小
This commit is contained in:
parent
bd700ccda1
commit
1194d37a2d
@ -47,7 +47,7 @@ export default ({ item, activeId, index, longPressIndex, onBoundChange, onShowMe
|
||||
? <Icon style={styles.listActiveIcon} name="chevron-right" size={12} color={theme['c-primary-font']} />
|
||||
: null
|
||||
}
|
||||
<Text style={styles.listName} size={13} textBreakStrategy="simple" color={active ? theme['c-primary-font-active'] : theme['c-font']} numberOfLines={1}>{item.name}</Text>
|
||||
<Text style={styles.listName} size={14} textBreakStrategy="simple" color={active ? theme['c-primary-font-active'] : theme['c-font']} numberOfLines={1}>{item.name}</Text>
|
||||
</Button>
|
||||
)
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ import { handleCollect, handlePlay } from '../listAction'
|
||||
import boardState from '@/store/leaderboard/state'
|
||||
|
||||
|
||||
const MAX_WIDTH = scaleSizeW(180)
|
||||
const MAX_WIDTH = scaleSizeW(200)
|
||||
|
||||
export default () => {
|
||||
const drawer = useRef<DrawerLayoutFixedType>(null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user