From b2017301004d97c7c8863f179cad33b4a0f1755c Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 9 Mar 2022 23:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index d5663256..04c2f634 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -9,14 +9,16 @@ } .crontab-detail { - background: '#eee'; - padding: 12px; + .ant-modal-body { + background: #eee; + padding: 12px; + } .ant-card:first-child { overflow-x: auto; - .ant-body { - display: 'flex'; + .ant-card-body { + display: flex; justify-content: space-between; min-width: 700px; }