diff --git a/src/pages/Container/Map/components/Content/branchOffice/QiXiang/WeatherPreventionPanel/index.js b/src/pages/Container/Map/components/Content/branchOffice/QiXiang/WeatherPreventionPanel/index.js index 3a4d1ba..e5ff661 100644 --- a/src/pages/Container/Map/components/Content/branchOffice/QiXiang/WeatherPreventionPanel/index.js +++ b/src/pages/Container/Map/components/Content/branchOffice/QiXiang/WeatherPreventionPanel/index.js @@ -39,8 +39,8 @@ function WeatherPreventionPanel(props) { return ( - -
+
+
@@ -82,26 +82,26 @@ function WeatherPreventionPanel(props) { ))}
-
-
-
部门名称
-
需锚定设备数
-
已锚定设备数
-
-
- - {records.map((item, index) => ( -
-
{item.department}
-
{item.requiredDevices}
-
{item.anchoredDevices}
-
- ))} -
-
+ +
+
+
部门名称
+
需锚定设备数
+
已锚定设备数
+
+
+ + {records.map((item, index) => ( +
+
{item.department}
+
{item.requiredDevices}
+
{item.anchoredDevices}
+
+ ))} +
- +
); }