Commit c808a571 authored by 陈祥烨's avatar 陈祥烨

shifting

parent dd6610fb
......@@ -23,7 +23,7 @@ function ListCards({cardItems}) {
<div style={{margin: 30}}>
<CardPane style={{ width: 300 }} bodyStyle={{ padding: 0 }}>
<div>
<img alt="example" width="100%" src="https://tinypng.com/images/apng/panda-waving.png" />
<img alt="example" width="100%" src={cardItems.url} />
</div>
<div style={{ padding: '10px 16px' }}>
<h2 style={{ margin: 0 }}>{cardItems.name}</h2>
......@@ -33,7 +33,6 @@ function ListCards({cardItems}) {
</div>
</CardPane>
</div>
</Col>
));
......@@ -131,7 +130,7 @@ render() {
<Tab>&nbsp;&nbsp;三维模型&nbsp;&nbsp;</Tab>
</TabList>
<TabPanel>
<StdFormRow label="场景" block style={{ paddingBottom: 11 }}>
<StdFormRow label="场景" block id = 'scene' style={{padding:'0px 0px 11px 20px'}}>
<TagSelect defaultValue = {categoryScene[0]} data={categoryScene} onChange={this.handleSenecesSubmit} expandable single />
</StdFormRow>
<StdFormRow block style={{ paddingBottom: 11 }}>
......
......@@ -32,3 +32,4 @@
vertical-align: top;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment