From 33cf5f4f9cd7dbfe61c9977036dab6133930246f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Wed, 17 Jul 2024 12:41:29 +0800 Subject: [PATCH 1/2] fix: rate__tips--bottom z-index --- style/mobile/components/rate/v2/_index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/mobile/components/rate/v2/_index.less b/style/mobile/components/rate/v2/_index.less index 72619997a9..6c15bb0f3d 100644 --- a/style/mobile/components/rate/v2/_index.less +++ b/style/mobile/components/rate/v2/_index.less @@ -118,6 +118,7 @@ &--bottom { top: calc(100% + 8px); bottom: auto; + z-index: 1; } &-item { From dcf5e4dc9e02cce9e0712c8d6a8f7cdf812b0d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Tue, 23 Jul 2024 17:38:58 +0800 Subject: [PATCH 2/2] feat: move z-index to tips --- style/mobile/components/rate/v2/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/mobile/components/rate/v2/_index.less b/style/mobile/components/rate/v2/_index.less index 6c15bb0f3d..d5f1051477 100644 --- a/style/mobile/components/rate/v2/_index.less +++ b/style/mobile/components/rate/v2/_index.less @@ -114,11 +114,11 @@ box-shadow: @shadow-1; background-color: @bg-color-container; transform: translateX(-50%); + z-index: 1; &--bottom { top: calc(100% + 8px); bottom: auto; - z-index: 1; } &-item {