Skip to content

popover样式覆盖 #3413

@jingping-ye

Description

@jingping-ye
  • 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?

希望可以实现样式覆盖

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions