zhoulisen 5 years ago
parent
commit
a18e758d61

+ 1
- 1
src/pages/activity/drainage/components/Basic.jsx View File

@@ -117,7 +117,7 @@ function Basic(props) {
117 117
                     <span>{data.name}</span>
118 118
                 </Form.Item>
119 119
                 <Form.Item label="扫码查看" >
120
-                    <img src={data.qrcode || ''} alt="" />
120
+                    <img src={data.qrcode || ''} alt="" style={{ width: '100px' }} />
121 121
                 </Form.Item>
122 122
                 <Form.Item label="首页背景图" help="建议尺寸:750*1206px,格式:jpg;内容区大小:750*1150">
123 123
                     {getFieldDecorator('indexBackgroundImg',

+ 1
- 1
src/pages/activity/drainage/h5edit.jsx View File

@@ -14,7 +14,7 @@ import Ranking from './components/Ranking';
14 14
 
15 15
 const H5configuration = props => {
16 16
 
17
-    const [tab, setTab] = useState('5')
17
+    const [tab, setTab] = useState('1')
18 18
     const [data, setData] = useState({})
19 19
     const [toRedPacketRecord, setToRedPacketRecord] = useState()
20 20