Skip to content

Commit 6c3f5be

Browse files
liweijie0812tdesign-botanlyyao
authored
fix(rate): fix tips z-index (#4386)
* fix(rate): fix tips z-index * chore: stash changelog [ci skip] * docs: add #4388 pr-changelog --------- Co-authored-by: tdesign-bot <tdesign@tencent.com> Co-authored-by: anlyyao <anly_yaw@163.com>
1 parent 37be657 commit 6c3f5be

6 files changed

Lines changed: 28 additions & 0 deletions

File tree

packages/components/rate/rate.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
box-shadow: @shadow-1;
7575
background-color: @bg-color-container;
7676
transform: translateX(-50%);
77+
z-index: 2;
7778

7879
&--bottom {
7980
top: calc(100% + 16rpx);
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
pr_number: 4386
3+
contributor: liweijie0812
4+
---
5+
6+
- fix(Rate): 修复提示框层级不够被覆盖的问题 @liweijie0812 ([#4386](https://github.com/Tencent/tdesign-miniprogram/pull/4386))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pr_number: 4388
3+
contributor: zydemail
4+
---
5+
6+
- feat(ChatContent): 透传 `click` 事件 @zydemail ([#4388](https://github.com/Tencent/tdesign-miniprogram/pull/4388))
7+
- feat(ChatMessage): 透传 `click` 事件 @zydemail ([#4388](https://github.com/Tencent/tdesign-miniprogram/pull/4388))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pr_number: 4388
3+
contributor: zydemail
4+
---
5+
6+
- feat(ChatContent): 透传 `click` 事件 @zydemail ([#4388](https://github.com/Tencent/tdesign-miniprogram/pull/4388))
7+
- feat(ChatMessage): 透传 `click` 事件 @zydemail ([#4388](https://github.com/Tencent/tdesign-miniprogram/pull/4388))
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
pr_number: 4386
3+
contributor: liweijie0812
4+
---
5+
6+
- fix(Rate): 修复提示框层级不够被覆盖的问题 @liweijie0812 ([#4386](https://github.com/Tencent/tdesign-miniprogram/pull/4386))

packages/uniapp-components/rate/rate.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
box-shadow: @shadow-1;
7575
background-color: @bg-color-container;
7676
transform: translateX(-50%);
77+
z-index: 2;
7778

7879
&--bottom {
7980
top: calc(100% + 16rpx);

0 commit comments

Comments
 (0)