From d7914c1dbf01b637d3ae1b6480a1c18085b545fc Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Tue, 14 Nov 2023 19:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E4=B8=89=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/modules/ranks/css/index.css | 3 +++ view/yinmeng/modules/ranks/css/index.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/view/yinmeng/modules/ranks/css/index.css b/view/yinmeng/modules/ranks/css/index.css index 55a22a5..1ad0cb2 100644 --- a/view/yinmeng/modules/ranks/css/index.css +++ b/view/yinmeng/modules/ranks/css/index.css @@ -297,6 +297,7 @@ body { bottom: -0.53333rem; vertical-align: middle; text-align: center; + white-space: nowrap; } .header .topBox .no1 p span { @@ -425,6 +426,7 @@ body { vertical-align: middle; white-space: nowrap; text-align: center; + white-space: nowrap; } .header .topBox .no2 p span { @@ -553,6 +555,7 @@ body { vertical-align: middle; white-space: nowrap; text-align: center; + white-space: nowrap; } .header .topBox .no3 p span { diff --git a/view/yinmeng/modules/ranks/css/index.scss b/view/yinmeng/modules/ranks/css/index.scss index 8b0d6f4..0eb1f16 100644 --- a/view/yinmeng/modules/ranks/css/index.scss +++ b/view/yinmeng/modules/ranks/css/index.scss @@ -302,6 +302,7 @@ body { // text-overflow: ellipsis; //超出文本省略号 vertical-align: middle; text-align: center; + white-space: nowrap; span { display: inline-block; @@ -430,6 +431,7 @@ body { vertical-align: middle; white-space: nowrap; text-align: center; + white-space: nowrap; span { display: inline-block; @@ -558,6 +560,7 @@ body { vertical-align: middle; white-space: nowrap; text-align: center; + white-space: nowrap; span { display: inline-block;