[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

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