Vue3 - Element Plus hides and removes the inner margins of the Popover bubble card, and removes the padding inner margins of the el-popover bubble box component (detailed tutorials and sample codes are provided to ensure your successful removal)

Preface

Many friends cannot find the class name, or find the class name but cannot override the style.

This article implements the element plus component library to perfectly remove the inner margin (padding) of the el-popover bubble card pop-up frame component and close to the edge of the bubble pop-up frame.

After removing all the padding of the bubble popup layer, you can achieve more style effects.


As shown in the picture below, the original one had fixed padding, but it disappeared after removing it.

Provide complete removal sample code to ensure you 100% removal.

示例代码干净整洁,无任何乱七八糟的样式

Insert image description here Insert image description here

Implement code

Follow the methods below to solve it quickly.

<

Guess you like

Origin blog.csdn.net/weixin_44198965/article/details/132909141