- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? When I set tooltip when <a-typography-paragraph :ellipsis="{rows:1,expandable:true,tooltip:true}" :content="i.name"/> The default tooltip placement is top, and color is black which is too weird. ### What does the proposed API look like? <a-typography-paragraph :ellipsis="{rows:1,expandable:true,tooltip:{ placement:'bottom', color:'blue' }}" :content="i.name"/> <!-- generated by issue-helper. DO NOT REMOVE -->