diff --git a/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue b/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue
index f7b609c1d..2b081b5b5 100644
--- a/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue
+++ b/apps/web-antd/src/views/mall/promotion/components/vertical-button-group/index.vue
@@ -3,15 +3,37 @@ import { ButtonGroup } from 'ant-design-vue';
/**
* 垂直按钮组
- * Element 官方的按钮组只支持水平显示,通过重写样式实现垂直布局
+ * Ant Design Vue 的按钮组只支持水平显示,通过重写样式实现垂直布局
*/
defineOptions({ name: 'VerticalButtonGroup' });
-
+
-
+