mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复视图筛选条件样式
This commit is contained in:
parent
a5ecb204b2
commit
8a225e9beb
|
@ -177,6 +177,7 @@ tr.drop-over-upward td {
|
|||
.view-filters-container.active {
|
||||
.filter-item > div > .ant-form-item-control {
|
||||
margin-left: 40px;
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -232,9 +232,6 @@ 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