diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js index 225b463a..9797463c 100644 --- a/dist/action-sheet/index.js +++ b/dist/action-sheet/index.js @@ -6,6 +6,8 @@ VantComponent({ show: Boolean, title: String, cancelText: String, + customStyle: String, + overlayStyle: String, zIndex: { type: Number, value: 100 diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml index 5f6d33f8..e20a7a17 100644 --- a/dist/action-sheet/index.wxml +++ b/dist/action-sheet/index.wxml @@ -5,6 +5,8 @@ position="bottom" z-index="{{ zIndex }}" overlay="{{ overlay }}" + custom-style="{{ customStyle }}" + overlay-style="{{ overlayStyle }}" custom-class="van-action-sheet" safe-area-inset-bottom="{{ safeAreaInsetBottom }}" close-on-click-overlay="{{ closeOnClickOverlay }}" diff --git a/lib/action-sheet/index.js b/lib/action-sheet/index.js index 63aed39b..b2464747 100644 --- a/lib/action-sheet/index.js +++ b/lib/action-sheet/index.js @@ -8,6 +8,8 @@ component_1.VantComponent({ show: Boolean, title: String, cancelText: String, + customStyle: String, + overlayStyle: String, zIndex: { type: Number, value: 100 diff --git a/lib/action-sheet/index.wxml b/lib/action-sheet/index.wxml index 5f6d33f8..e20a7a17 100644 --- a/lib/action-sheet/index.wxml +++ b/lib/action-sheet/index.wxml @@ -5,6 +5,8 @@ position="bottom" z-index="{{ zIndex }}" overlay="{{ overlay }}" + custom-style="{{ customStyle }}" + overlay-style="{{ overlayStyle }}" custom-class="van-action-sheet" safe-area-inset-bottom="{{ safeAreaInsetBottom }}" close-on-click-overlay="{{ closeOnClickOverlay }}"