diff --git a/src/apps/AppHandSnapshot/Content.vue b/src/apps/AppHandSnapshot/Content.vue
index e798fe23..4e7f1344 100644
--- a/src/apps/AppHandSnapshot/Content.vue
+++ b/src/apps/AppHandSnapshot/Content.vue
@@ -6,7 +6,8 @@
-
+
+ {{forms.groupName || '请选择事件分类'}}
@@ -225,5 +226,10 @@ export default {
font-weight: 500;
color: #ffffff;
}
+ .right-span{
+ display: inline-block;
+ width: 100%;
+ text-align: right;
+ }
}