|
@@ -102,10 +102,11 @@ const Detail = props => {
|
|
|
<div className="sheet-box">
|
|
<div className="sheet-box">
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col
|
|
<Col
|
|
|
- sm={{ span: 24 }}
|
|
|
|
|
- md={{ span: 24 }}
|
|
|
|
|
- lg={{ span: 9 }}
|
|
|
|
|
- xl={{ span: 9 }}
|
|
|
|
|
|
|
+ span={9}
|
|
|
|
|
+ // sm={{ span: 24 }}
|
|
|
|
|
+ // md={{ span: 24 }}
|
|
|
|
|
+ // lg={{ span: 9 }}
|
|
|
|
|
+ // xl={{ span: 9 }}
|
|
|
className="sheet-box-left">
|
|
className="sheet-box-left">
|
|
|
<div className="sheet-left-panel pr-4">
|
|
<div className="sheet-left-panel pr-4">
|
|
|
<Form cloudUser={state.cloudUser} updateKey={updateKey} projectType={projectType} />
|
|
<Form cloudUser={state.cloudUser} updateKey={updateKey} projectType={projectType} />
|
|
@@ -140,10 +141,11 @@ const Detail = props => {
|
|
|
</div>
|
|
</div>
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col
|
|
<Col
|
|
|
- sm={{ span: 24 }}
|
|
|
|
|
- md={{ span: 24 }}
|
|
|
|
|
- lg={{ span: 15 }}
|
|
|
|
|
- xl={{ span: 15 }}
|
|
|
|
|
|
|
+ span={15}
|
|
|
|
|
+ // sm={{ span: 24 }}
|
|
|
|
|
+ // md={{ span: 24 }}
|
|
|
|
|
+ // lg={{ span: 15 }}
|
|
|
|
|
+ // xl={{ span: 15 }}
|
|
|
flex={{ flexDirection: 'column' }}
|
|
flex={{ flexDirection: 'column' }}
|
|
|
className="sheet-box-right">
|
|
className="sheet-box-right">
|
|
|
<TabList
|
|
<TabList
|