-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
我想要覆盖popover的样式,比如背景颜色,内边距,使用v::deep和!important去控制,但是没有效果。如下:
<style lang="scss">
::v-deep .ant-popover-inner-content {
padding: 0 !important;
background-color: red !important;
}
</style>使用ant-design-vue版本:1.7.2
What does the proposed API look like?
希望可以实现样式覆盖