mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
[Style] Fix root CSS selector (#2263)
This commit is contained in:
@@ -160,7 +160,7 @@ const pickGpu = (value: typeof selected.value) => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
:root {
|
||||
.p-tag {
|
||||
--p-tag-gap: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ onMounted(async () => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
:root {
|
||||
.p-tag {
|
||||
--p-tag-gap: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user