diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js
index 58e866d9..aee6999b 100644
--- a/dist/action-sheet/index.js
+++ b/dist/action-sheet/index.js
@@ -1,6 +1,7 @@
import { VantComponent } from '../common/component';
import { button } from '../mixins/button';
VantComponent({
+ classes: ['list-class'],
mixins: [button],
props: {
show: Boolean,
diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml
index b04cc3a3..d59a45d6 100644
--- a/dist/action-sheet/index.wxml
+++ b/dist/action-sheet/index.wxml
@@ -6,7 +6,7 @@
round="{{ round }}"
z-index="{{ zIndex }}"
overlay="{{ overlay }}"
- custom-class="van-action-sheet"
+ custom-class="van-action-sheet custom-class"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"
bind:close="onClickOverlay"
@@ -22,7 +22,7 @@
{{ description }}
-
+