mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复新建视图筛选条件样式
This commit is contained in:
@@ -220,6 +220,9 @@ const ViewCreateModal = ({
|
|||||||
<Space
|
<Space
|
||||||
className="view-create-modal-filters"
|
className="view-create-modal-filters"
|
||||||
align="baseline"
|
align="baseline"
|
||||||
|
style={
|
||||||
|
fields.length > 1 ? { width: 'calc(100% - 40px)' } : {}
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
{...restField}
|
{...restField}
|
||||||
|
|||||||
Reference in New Issue
Block a user