|
|
@@ -125,10 +125,7 @@ class CoverCardList extends PureComponent {
|
|
|
<Col lg={8} md={10} sm={10} xs={24}>
|
|
|
<FormItem {...formItemLayout} label="作者">
|
|
|
{getFieldDecorator('author', {})(
|
|
|
- <Select
|
|
|
- placeholder="不限"
|
|
|
- style={{ maxWidth: 200, width: '100%' }}
|
|
|
- >
|
|
|
+ <Select placeholder="不限" style={{ maxWidth: 200, width: '100%' }}>
|
|
|
<Option value="lisa">王昭君</Option>
|
|
|
</Select>
|
|
|
)}
|
|
|
@@ -137,10 +134,7 @@ class CoverCardList extends PureComponent {
|
|
|
<Col lg={8} md={10} sm={10} xs={24}>
|
|
|
<FormItem {...formItemLayout} label="好评度">
|
|
|
{getFieldDecorator('rate', {})(
|
|
|
- <Select
|
|
|
- placeholder="不限"
|
|
|
- style={{ maxWidth: 200, width: '100%' }}
|
|
|
- >
|
|
|
+ <Select placeholder="不限" style={{ maxWidth: 200, width: '100%' }}>
|
|
|
<Option value="good">优秀</Option>
|
|
|
<Option value="normal">普通</Option>
|
|
|
</Select>
|