Ver código fonte

fix: 修改仪表盘样式

xieyonghong 3 anos atrás
pai
commit
57572706e0
1 arquivos alterados com 9 adições e 11 exclusões
  1. 9 11
      src/pages/iot-card/Dashboard/index.tsx

+ 9 - 11
src/pages/iot-card/Dashboard/index.tsx

@@ -315,17 +315,15 @@ const Dashboard = () => {
       </div>
       <Row gutter={24}>
         <Col flex={'auto'}>
-          <Card>
-            <DashBoard
-              title="流量统计"
-              height={560}
-              showTimeTool={true}
-              ref={echartsRef}
-              options={options}
-              onParamsChange={getEcharts}
-              defaultTime={'week'}
-            />
-          </Card>
+          <DashBoard
+            title="流量统计"
+            height={604}
+            showTimeTool={true}
+            ref={echartsRef}
+            options={options}
+            onParamsChange={getEcharts}
+            defaultTime={'week'}
+          />
         </Col>
         <Col flex={'520px'}>
           <Card>