ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3k stars 610 forks source link

气泡菜单背景色不能设置成透明的 #1287

Closed x122536638 closed 1 year ago

x122536638 commented 1 year ago

What problem does this feature solve?

气泡菜单背景色不能设置成透明的,总是有层白色

What does the proposed API look like?

气泡菜单背景色能设置成透明的

x122536638 commented 1 year ago

<Popover styles={{background:{backgroundColor:'#00000000',},content:{backgroundColor:'#00000030'}}} 解决了....