diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue index 80ad833f..c5a3be67 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -14,6 +14,7 @@ + {{ form.content.length/200 }}
@@ -204,6 +205,11 @@ export default { } } + .limit { + position: fixed; + right: 0; + } + .btn { position: fixed; bottom: 0;