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;