diff --git a/client/web/admin/src/components/Apigw/CFiltersTable.vue b/client/web/admin/src/components/Apigw/CFiltersTable.vue index 072afc0ec..7e0a1da87 100644 --- a/client/web/admin/src/components/Apigw/CFiltersTable.vue +++ b/client/web/admin/src/components/Apigw/CFiltersTable.vue @@ -45,7 +45,7 @@ @click.stop="onRowClick(filter, index)" > diff --git a/client/web/admin/src/components/Settings/System/CSystemEditorAuthBgScreen.vue b/client/web/admin/src/components/Settings/System/CSystemEditorAuthBgScreen.vue index 2278a9240..537f95df5 100644 --- a/client/web/admin/src/components/Settings/System/CSystemEditorAuthBgScreen.vue +++ b/client/web/admin/src/components/Settings/System/CSystemEditorAuthBgScreen.vue @@ -46,7 +46,7 @@ lg="6" > diff --git a/client/web/compose/src/components/Common/Grid.vue b/client/web/compose/src/components/Common/Grid.vue index 9f4960741..7735e92bf 100644 --- a/client/web/compose/src/components/Common/Grid.vue +++ b/client/web/compose/src/components/Common/Grid.vue @@ -166,3 +166,9 @@ export default { }, } + + diff --git a/client/web/reporter/src/components/Report/Grid.vue b/client/web/reporter/src/components/Report/Grid.vue index 1ffb230cc..d37ddf24a 100644 --- a/client/web/reporter/src/components/Report/Grid.vue +++ b/client/web/reporter/src/components/Report/Grid.vue @@ -122,11 +122,3 @@ export default { background: var(--primary) !important; } - - diff --git a/client/web/reporter/src/views/Report/Builder.vue b/client/web/reporter/src/views/Report/Builder.vue index 0dc078f19..80e27f59b 100644 --- a/client/web/reporter/src/views/Report/Builder.vue +++ b/client/web/reporter/src/views/Report/Builder.vue @@ -76,7 +76,7 @@ :to="reportEditor" > @@ -526,7 +526,7 @@ export default { pageTitle () { const title = this.report ? (this.report.meta.name || this.report.handle) : '' - return `${this.$t('builder:report.builder')} - '${title}'` || this.$t('builder:report.builder') + return `${this.$t('builder:report.builder')} - "${title}"` || this.$t('builder:report.builder') }, canRead () { diff --git a/client/web/reporter/src/views/Report/View.vue b/client/web/reporter/src/views/Report/View.vue index 3f426686e..50e7394b3 100644 --- a/client/web/reporter/src/views/Report/View.vue +++ b/client/web/reporter/src/views/Report/View.vue @@ -46,7 +46,7 @@ :to="reportEditor" > diff --git a/lib/vue/src/components/navigation/CTopbar.vue b/lib/vue/src/components/navigation/CTopbar.vue index 240a49412..786c16a97 100644 --- a/lib/vue/src/components/navigation/CTopbar.vue +++ b/lib/vue/src/components/navigation/CTopbar.vue @@ -342,6 +342,7 @@ $nav-user-icon-size: 50px; .vue-portal-target { display: flex; justify-content: end; + align-items: center; flex-wrap: wrap; } }