Discover: fix sidebarState style :deep code.
This commit is contained in:
@@ -251,16 +251,16 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
:deep .p-progressbar .p-progressbar-value {
|
:deep(.p-progressbar .p-progressbar-value) {
|
||||||
@apply bg-primary
|
@apply bg-primary
|
||||||
}
|
}
|
||||||
:deep .p-tabview-nav-container {
|
:deep(.p-tabview-nav-container) {
|
||||||
@apply hidden
|
@apply hidden
|
||||||
}
|
}
|
||||||
:deep .p-tabview-panels {
|
:deep(.p-tabview-panels) {
|
||||||
@apply !bg-neutral-100 p-2 rounded
|
@apply !bg-neutral-100 p-2 rounded
|
||||||
}
|
}
|
||||||
:deep .p-tabview-panel {
|
:deep(.p-tabview-panel) {
|
||||||
@apply animate-fadein
|
@apply animate-fadein
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user