修复视图筛选条件样式

This commit is contained in:
whyour 2023-03-20 18:03:09 +08:00
parent a5ecb204b2
commit 8a225e9beb
2 changed files with 1 additions and 3 deletions

View File

@ -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);
}
}

View File

@ -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}