diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index 2a6af0b4a..1ba986e5b 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -733,3 +733,13 @@ h5 { display: none !important; } } + + +.edit-avatar { + position: relative; + .edit-mask { + position: absolute; + left: 0; + background: rgba(0, 0, 0, 0.4); + } +} \ No newline at end of file diff --git a/ui/src/views/application-overview/index.vue b/ui/src/views/application-overview/index.vue index ae4724efb..b08d3cd1a 100644 --- a/ui/src/views/application-overview/index.vue +++ b/ui/src/views/application-overview/index.vue @@ -332,14 +332,5 @@ onMounted(() => { right: 16px; top: 21px; } - - .edit-avatar { - position: relative; - .edit-mask { - position: absolute; - left: 0; - background: rgba(0, 0, 0, 0.4); - } - } } diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 9a4918544..4ed7062b3 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -457,7 +457,11 @@
-
+
+ + +
-

{{ applicationForm?.name || $t('views.application.applicationForm.form.appName.label') @@ -505,6 +517,7 @@ @change="openCreateModel($event)" > +