From ce3df8704df32cadbfd20437177d5c6fedc73b23 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 3 Sep 2022 15:02:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=A7=86?= =?UTF-8?q?=E5=9B=BEtab=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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index 7f55d490..9dfa9cbb 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -104,10 +104,15 @@ .crontab-view { .ant-tabs-nav-wrap { - min-width: 200px; flex: unset !important; } + .ant-tabs-nav-operations { + position: absolute; + visibility: hidden; + pointer-events: none; + } + .view-more { margin-left: 32px; padding: 8px 0;