Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
8 changes: 6 additions & 2 deletions frontend/src/views/system/embedded/SetUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ defineExpose({
"
type="textarea"
show-word-limit
maxlength="50"
maxlength="200"
/>
</el-form-item>
</el-form>
Expand Down Expand Up @@ -413,6 +413,7 @@ defineExpose({
.right-form {
width: 470px;
height: 100%;
position: relative;

.theme {
width: 223px;
Expand Down Expand Up @@ -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%;
}
}
}
Expand Down