From a3414e5aa2ac20968de6c67ef3bcf75d0150ec73 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 12 Oct 2020 17:11:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=95=99=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 274bcc4b6..795e22f8f 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -254,13 +254,15 @@ li{ height: 30px; line-height: 30px; text-align: center; - width: 74px; + min-width: 74px; + padding: 0 10px; } .nz-btn.nz-btn-size-small-new{ height: 24px; line-height: 24px; text-align: center; - width: 60px; + min-width: 60px; + padding: 0 10px; } .nz-btn.nz-btn-style-normal-new { /* 新版橙色按钮 */ background: $btn-normal-background-color-new;