Browse Source

(*)城市安全滚动优化

master
peng.peng 1 year ago
parent
commit
59c8f1d47c
  1. 2
      super-screen/client/src/sections/community-safty/components/city-safty.js

2
super-screen/client/src/sections/community-safty/components/city-safty.js

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

Loading…
Cancel
Save