[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;
}

View File

@@ -186,7 +186,7 @@ onMounted(async () => {
})
</script>
<style lang="postcss" scoped>
<style scoped>
:deep(.p-steppanel) {
@apply bg-transparent;
}

View File

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

View File

@@ -78,7 +78,7 @@ const continueToInstall = () => {
}
</script>
<style>
<style scoped>
.sad-container {
@apply grid items-center justify-evenly;
grid-template-columns: 25rem 1fr;