diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index 3e0d42da4..dfc6729b4 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -126,6 +126,8 @@ + +
{{ $t('commons.login.errorAgree') }} - +
@@ -514,5 +516,11 @@ onMounted(() => { :deep(.el-checkbox__input.is-checked .el-checkbox__inner::after) { border-color: #fff !important; } + + .agree-helper { + min-height: 20px; + margin-top: -20px; + margin-left: 20px; + } }