diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index 40d4e619..6e2d5598 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -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); } } diff --git a/src/pages/crontab/viewCreateModal.tsx b/src/pages/crontab/viewCreateModal.tsx index c07be70d..ac798772 100644 --- a/src/pages/crontab/viewCreateModal.tsx +++ b/src/pages/crontab/viewCreateModal.tsx @@ -232,9 +232,6 @@ const ViewCreateModal = ({ 1 ? { width: 'calc(100% - 40px)' } : {} - } >