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