zlisen hace 3 años
padre
commit
0866026840
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/pages/statistics/activity/activityContent/index.jsx

+ 2
- 2
src/pages/statistics/activity/activityContent/index.jsx Ver fichero

@@ -1,5 +1,5 @@
1 1
 import React, { Component, useState, useEffect, useRef } from 'react';
2
-import { Card, Row, Col, Statistic, Icon, Tabs, Form, Select, Button, Modal } from 'antd';
2
+import { Card, Row, Col, Statistic, Icon, Tabs, Form, Select, Button, Input } from 'antd';
3 3
 // import IndexEcharts from './components/indexEcharts';
4 4
 // import Swiper from './swiper/index';
5 5
 import moment from 'moment';
@@ -82,7 +82,7 @@ const activityOverView = props => {
82 82
             </Select>,
83 83
           )}
84 84
         </Form.Item>
85
-        <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
85
+        <Form.Item>
86 86
           {getFieldDecorator('activityName')(<Input placeholder="请输入活动名称" />)}
87 87
         </Form.Item>
88 88
         <Form.Item>