diff --git a/spug_web/src/pages/deploy/request/index.js b/spug_web/src/pages/deploy/request/index.js index d41bff5..756a286 100644 --- a/spug_web/src/pages/deploy/request/index.js +++ b/spug_web/src/pages/deploy/request/index.js @@ -6,7 +6,7 @@ import React, { useState, useEffect } from 'react'; import { observer } from 'mobx-react'; import { ExclamationCircleOutlined, DeleteOutlined } from '@ant-design/icons'; -import { Form, Select, DatePicker, Modal, Input, Row, Col, message } from 'antd'; +import { Form, Select, DatePicker, Modal, Input, Space, message } from 'antd'; import { SearchForm, AuthDiv, AuthButton, Breadcrumb, AppSelector } from 'components'; import Ext1Form from './Ext1Form'; import Ext2Form from './Ext2Form'; @@ -113,17 +113,15 @@ function Index() { {store.ext2Visible && } {store.approveVisible && } {store.tabs.length > 0 && ( - + {store.tabs.map(item => ( - - {item.app_extend === '1' ? ( - - ) : ( - - )} - + item.app_extend === '1' ? ( + + ) : ( + + ) ))} - + )}
store.box = el} id='floatBox' className={styles.floatBox}/>