ant-design Tooltip arrow have different looking when passing opacity color

ccrfmcuu  于 3个月前  发布在  其他
关注(0)|答案(3)|浏览(84)

Steps to reproduce

<Tooltip title="prompt text" color="rgba(0, 0, 0, 0.25)" >
     some text
</Tooltip>

What is expected?

Tooltip content and arrow should have same color.

What is actually happening?

They are different.

EnvironmentInfo
antd4.21.2
React16.14
SystemmacOS Monterey 12.4
Browser102.0.5005.115 (Official Build) (x86_64)
a64a0gku

a64a0gku1#

透明色阴影会叠加,没啥好办法。

ct3nt3jp

ct3nt3jp2#

可以拿到颜色后,如果是透明的,则降低一些透明度。

xzv2uavs

xzv2uavs3#

可以考虑 drop-shadow 生成整体阴影,而不是本体一个阴影箭头一个阴影。
看了下 IE 不支持,可以放到 v5 做了。

相关问题