From aac6a9b4d3e7223ea57e278697f3d7ca32af91c2 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Fri, 17 Jan 2025 18:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/newRank/css/index.css | 2 +- view/molistar/modules/newRank/css/index.scss | 2 +- view/molistar/modules/newRank/js/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/molistar/modules/newRank/css/index.css b/view/molistar/modules/newRank/css/index.css index 57470121..57becf82 100644 --- a/view/molistar/modules/newRank/css/index.css +++ b/view/molistar/modules/newRank/css/index.css @@ -139,7 +139,7 @@ body { display: flex; justify-content: space-between; overflow: hidden; - z-index: 2; + z-index: 4; } .header .sTab div { diff --git a/view/molistar/modules/newRank/css/index.scss b/view/molistar/modules/newRank/css/index.scss index 5b6c9479..425e0a13 100644 --- a/view/molistar/modules/newRank/css/index.scss +++ b/view/molistar/modules/newRank/css/index.scss @@ -147,7 +147,7 @@ body { display: flex; justify-content: space-between; overflow: hidden; - z-index: 2; + z-index: 4; div { min-width: px2rem(170); diff --git a/view/molistar/modules/newRank/js/index.js b/view/molistar/modules/newRank/js/index.js index aff7a465..b39f86b1 100644 --- a/view/molistar/modules/newRank/js/index.js +++ b/view/molistar/modules/newRank/js/index.js @@ -161,7 +161,7 @@ function geth5() { // 处理自己 $('.my .box .tx').attr('src', my.avatar); $('.my .box .nick').text(my.nick); - $('.my .box .seqNo').text(my.diffNum <= 0 || my.seqNo <= 0? '-' : my.seqNo); + $('.my .box .seqNo').text(my.seqNo <= 0? '-' : my.seqNo); $('.my .box .score span').text(my.diffNum <= 0 ? '-' : unitProcessingAr(my.diffNum, 1)); if (my.diffNum <= 0) { $('.my .box .score b').hide();