From 8a225e9bebe9025c3ba89683d9fc29ed6ebbfe1f Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 20 Mar 2023 18:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=86=E5=9B=BE=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.less | 1 + src/pages/crontab/viewCreateModal.tsx | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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)' } : {} - } >