[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

@@ -159,7 +159,7 @@ const pickGpu = (value: typeof selected.value) => {
}
</script>
<style lang="postcss">
<style scoped>
:root {
--p-tag-gap: 0.5rem;
}