mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
[Style] Fix root CSS selector (#2263)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user