Skip to content

Commit

Permalink
feat: popoverList 明亮模式的列表分割线颜色调整
Browse files Browse the repository at this point in the history
  • Loading branch information
weifang.jiagweifan committed Aug 29, 2024
1 parent ed9bd66 commit 463b10f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiled/alipay/src/PopoverList/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
border-right: 18 * @rpx solid transparent;
border-bottom: 18 * @rpx solid rgba(255, 255, 255, 0.93);
}
.ant-popover-list-item::before {
background: #eeeeee;
}
}
}
&-item {
Expand Down
3 changes: 3 additions & 0 deletions src/PopoverList/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
border-right: 18 * @rpx solid transparent;
border-bottom: 18 * @rpx solid rgba(255, 255, 255, 0.93);
}
.ant-popover-list-item::before {
background: #eeeeee;
}
}
}
&-item {
Expand Down

0 comments on commit 463b10f

Please sign in to comment.