From b82b0f4cdae060e0b73608a5155b2d90b045521f Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 21 Jan 2022 15:48:35 +0800 Subject: [PATCH] bug --- src/apps/AppHandSnapshot/Content.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; + } }