Skip to content

Commit c51b554

Browse files
fix: Style optimization
1 parent d31fed9 commit c51b554

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ui/src/locales/lang/en-US/views/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
permissionType: {
5454
label: 'Permission',
5555
privateDesc: 'Only the current user can use',
56-
publicDesc: 'All users can use, but can not be edited',
56+
publicDesc: 'All users can use',
5757
requiredMessage: 'Permission cannot be empty'
5858
},
5959
model_type: {

ui/src/locales/lang/zh-CN/views/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
permissionType: {
5454
label: '权限',
5555
privateDesc: '仅当前用户使用',
56-
publicDesc: '所有用户都可使用,不能编辑',
56+
publicDesc: '所有用户都可使用',
5757
requiredMessage: '权限不能为空'
5858
},
5959
model_type: {

ui/src/locales/lang/zh-Hant/views/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
permissionType: {
5454
label: '權限',
5555
privateDesc: '僅當前使用者使用',
56-
publicDesc: '所有使用者都可使用,但不能編輯',
56+
publicDesc: '所有使用者都可使用',
5757
requiredMessage: '權限不能為空'
5858
},
5959
model_type: {

ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/>
5151
</div>
5252

53-
<h4>
53+
<h4 class="ellipsis">
5454
{{ detail?.name || $t('views.application.applicationForm.form.appName.label') }}
5555
</h4>
5656
</div>

0 commit comments

Comments
 (0)