From 5ae8e447c55f61508546e00559f54eb623a5c803 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 31 七月 2020 19:23:38 +0800 Subject: [PATCH] 2020-07-31 --- src/views/login/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 5ef5f7b..3f3b132 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -42,6 +42,9 @@ border-radius: 0; text-align: center; font-size: 18px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .ant-tabs-tab.ant-tabs-tab-active { cursor: default; @@ -52,6 +55,7 @@ .ant-tabs-tab { text-align: left!important; padding-left: 1.6vw!important; + line-height: 60px!important; } } .login-middle { -- Gitblit v1.8.0