diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 14e61b8c066799373b2d59772a6790356adc1db4..c57b8c8cd6b9c03ebeec96bd198e83c0ee9b1877 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -2,7 +2,7 @@ import { computed } from 'vue'; import { useI18n } from 'vue-i18n'; -import { linksData, linksData2 } from '@/config'; +import { linksData2 } from '@/config'; import { useLangStore } from '@/stores'; import { getYearByOffset } from '@/shared/utils'; @@ -105,18 +105,6 @@ const footBg = { - @@ -221,7 +209,7 @@ $color: #fff; } .inner { display: flex; - align-items: end; + align-items: center; justify-content: space-between; padding: 18px 0 32px; position: relative; @@ -310,7 +298,6 @@ $color: #fff; display: flex; justify-content: right; gap: 16px; - margin-bottom: 16px; .code-pop { position: relative; height: 20px; diff --git a/src/components/CookieNotice.vue b/src/components/CookieNotice.vue index f1376baec3dde27f776ed6d5d123ccfad0c35b7a..e6828b235567cae5f460155890fd601726a713ba 100644 --- a/src/components/CookieNotice.vue +++ b/src/components/CookieNotice.vue @@ -15,7 +15,7 @@ import { enableOA } from '@/shared/analytics'; import { disableOA } from '@/shared/analytics'; const { lePadV } = useScreen(); -const { locale } = useI18n(); +const { t: $t, locale } = useI18n(); const isZh = computed(() => locale.value === 'zh'); const aboutCookiesUrl = computed( () => `https://www.openeuler.org/${locale.value}/other/cookies/`