diff --git a/super-screen/client/src/sections/community-safty/components/traffic-ranking.js b/super-screen/client/src/sections/community-safty/components/traffic-ranking.js index fe48c3d..29b0ff1 100644 --- a/super-screen/client/src/sections/community-safty/components/traffic-ranking.js +++ b/super-screen/client/src/sections/community-safty/components/traffic-ranking.js @@ -14,18 +14,21 @@ function DataTop5(props) {
人流量/人次
- {[1, 2, 3, 4, 5, 6, 7, 8].map(s => { - return
-
-
-
{s}
- +
+ {[1, 2, 3, 4, 5, 6, 7, 8].map(s => { + return
+
+
+
{s}
+ +
+
小区名称{s}
+
{1400 - s}
-
小区名称{s}
-
{1400 - s}
-
- })} + })} +
+
}