mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 00:01:33 +08:00
优化多个组件的样式,添加 scoped 样式以避免样式冲突
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user