Skip to content

Commit b65786d

Browse files
committed
fix(Embedded): Internationalization adaptation
1 parent e5fd7d2 commit b65786d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

frontend/src/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@
594594
"embedded_page": "Embedded page",
595595
"no_application": "No application",
596596
"create_application": "Create application",
597-
"basic_application": "Basic application",
598-
"advanced_application": "Advanced application",
597+
"basic_application": "Basic app",
598+
"advanced_application": "Advanced app",
599599
"embed_third_party": "Embed third party",
600600
"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",
601601
"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.",

frontend/src/views/system/embedded/SetUi.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ defineExpose({
375375
"
376376
type="textarea"
377377
show-word-limit
378-
maxlength="50"
378+
maxlength="200"
379379
/>
380380
</el-form-item>
381381
</el-form>
@@ -413,6 +413,7 @@ defineExpose({
413413
.right-form {
414414
width: 470px;
415415
height: 100%;
416+
position: relative;
416417
417418
.theme {
418419
width: 223px;
@@ -536,7 +537,10 @@ defineExpose({
536537
display: flex;
537538
align-items: center;
538539
justify-content: space-between;
539-
margin-top: 88px;
540+
position: absolute;
541+
left: 0;
542+
bottom: 0;
543+
width: 100%;
540544
}
541545
}
542546
}

0 commit comments

Comments
 (0)