mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-29 20:26:11 +08:00
修改创建任务视图样式
This commit is contained in:
parent
f113eb7ba8
commit
8fdd8db51b
|
@ -94,7 +94,7 @@ const ViewCreateModal = ({
|
|||
}, [view, visible]);
|
||||
|
||||
const operationElement = (
|
||||
<Select style={{ width: 100 }}>
|
||||
<Select style={{ width: 80 }}>
|
||||
{OPERATIONS.map((x) => (
|
||||
<Select.Option key={x.name} value={x.value}>
|
||||
{x.name}
|
||||
|
@ -226,7 +226,7 @@ const ViewCreateModal = ({
|
|||
name={[name, 'property']}
|
||||
rules={[{ required: true }]}
|
||||
>
|
||||
{propertyElement(PROPERTIES, { width: 120 })}
|
||||
{propertyElement(PROPERTIES, { width: 90 })}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
{...restField}
|
||||
|
|
Loading…
Reference in New Issue
Block a user