优化多个组件的样式,添加 scoped 样式以避免样式冲突

This commit is contained in:
jxxghp
2025-03-31 18:44:56 +08:00
parent 3e36cb6e31
commit 5a8eb5b10e
16 changed files with 16 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ const currentPath = computed(() => route.path)
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
.footer-nav {
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-backdrop-filter: blur(6px);