@ -51,7 +51,7 @@ function CitySafty(props) {
return <Box title={"城市安全"} >
{
dataSource?.length > 0 ? <AutoRollComponent
canScroll={true}
canScroll={dataSource?.length > 2}
content={<>
{renderList()}
{getContent()}