* fix: popover * fix: 代码回退
@@ -7,8 +7,6 @@
:z-index="zIndex"
:lock-scroll="lockScroll"
:duration="duration"
- :overlay-class="overlayClass"
- :overlay-style="overlayStyle"
@click="onClickOverlay"
v-bind="$attrs"
/>
@@ -71,12 +71,5 @@ export const popupProps = {
safeAreaInsetBottom: {
type: Boolean,
default: false
- },
- overlayClass: {
- type: String,
- default: ''
- overlayStyle: {
- type: Object as PropType<CSSProperties>
}
};