Browse Source

fix:代码回退 (#1990)

* fix: popover

* fix: 代码回退
yangxiaolu1993 3 years ago
parent
commit
0917c059ad
2 changed files with 0 additions and 9 deletions
  1. 0 2
      src/packages/__VUE/popup/index.vue
  2. 0 7
      src/packages/__VUE/popup/props.ts

+ 0 - 2
src/packages/__VUE/popup/index.vue

@@ -7,8 +7,6 @@
       :z-index="zIndex"
       :lock-scroll="lockScroll"
       :duration="duration"
-      :overlay-class="overlayClass"
-      :overlay-style="overlayStyle"
       @click="onClickOverlay"
       v-bind="$attrs"
     />

+ 0 - 7
src/packages/__VUE/popup/props.ts

@@ -71,12 +71,5 @@ export const popupProps = {
   safeAreaInsetBottom: {
     type: Boolean,
     default: false
-  },
-  overlayClass: {
-    type: String,
-    default: ''
-  },
-  overlayStyle: {
-    type: Object as PropType<CSSProperties>
   }
 };