[Style] Fix root CSS selector (#2263)

This commit is contained in:
Chenlei Hu
2025-01-15 19:44:46 -05:00
committed by GitHub
parent f739f704af
commit 65542b885a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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