diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index e391aaca..2b6dcf3e 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -594,8 +594,8 @@ "embedded_page": "Embedded page", "no_application": "No application", "create_application": "Create application", - "basic_application": "Basic application", - "advanced_application": "Advanced application", + "basic_application": "Basic app", + "advanced_application": "Advanced app", "embed_third_party": "Embed third party", "support_is_required": "Applicable to scenarios where data verification is not required, just embed the embedded code into the third party code, no additional support is required", "data_permissions_etc": "Applicable to scenarios where data verification is required, requiring the third party system to provide data source interface, user interface data permissions, etc.", diff --git a/frontend/src/views/system/embedded/SetUi.vue b/frontend/src/views/system/embedded/SetUi.vue index e0a0cbe6..8dfec5a5 100644 --- a/frontend/src/views/system/embedded/SetUi.vue +++ b/frontend/src/views/system/embedded/SetUi.vue @@ -375,7 +375,7 @@ defineExpose({ " type="textarea" show-word-limit - maxlength="50" + maxlength="200" /> @@ -413,6 +413,7 @@ defineExpose({ .right-form { width: 470px; height: 100%; + position: relative; .theme { width: 223px; @@ -536,7 +537,10 @@ defineExpose({ display: flex; align-items: center; justify-content: space-between; - margin-top: 88px; + position: absolute; + left: 0; + bottom: 0; + width: 100%; } } }