[CodeHealth] Use scoped CSS in views (#2262)

This commit is contained in:
Chenlei Hu
2025-01-15 19:35:01 -05:00
committed by GitHub
parent 37abdbe35d
commit f739f704af
4 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ onMounted(async () => {
})
</script>
<style>
<style scoped>
:root {
--p-tag-gap: 0.5rem;
}