调整多个组件的样式,修正高度计算并移除 scoped 样式

This commit is contained in:
jxxghp
2025-03-31 19:27:47 +08:00
parent 5a8eb5b10e
commit 9055b95d00
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const currentPath = computed(() => route.path)
</div>
</template>
<style lang="scss" scoped>
<style lang="scss">
.footer-nav {
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-backdrop-filter: blur(6px);