valaxy-theme-hairy 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ const footerIcon = computed(() => themeConfig.value.footer.icon)
|
|
21
21
|
</script>
|
22
22
|
|
23
23
|
<template>
|
24
|
-
<footer v-if="themeConfig.footer" class="va-footer pt-5" text="center sm" style="color:var(--va-c-text-light)">
|
24
|
+
<footer v-if="themeConfig.footer" class="va-footer pt-5" text="center sm" style="color:var(--va-c-text-light); overflow-x: hidden;">
|
25
25
|
<div class="z-5 relative">
|
26
26
|
<div v-if="themeConfig.footer.beian?.enable && themeConfig.footer.beian.icp" class="beian" m="y-2">
|
27
27
|
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">
|