From 6463e675ee8e6f1490f9fede9a52450ddc381091 Mon Sep 17 00:00:00 2001 From: daryl Date: Mon, 16 Oct 2023 13:28:40 +0800 Subject: [PATCH] fix: tabs missed --- src/pages/Script/styles.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Script/styles.module.scss b/src/pages/Script/styles.module.scss index dff6d5f391..3d9519b7a1 100644 --- a/src/pages/Script/styles.module.scss +++ b/src/pages/Script/styles.module.scss @@ -34,7 +34,7 @@ /* stylelint-disable-next-line selector-class-pattern */ .ant-tabs-nav-list { - margin-left: 40px; + padding-left: 40px; } /* stylelint-disable-next-line selector-class-pattern */ @@ -168,7 +168,7 @@ @media screen and (width <= 750px) { .codeHash { - width: 270px; + width: 600px; } } }