mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
SplitterPanel updates
This commit is contained in:
parent
ea472701a1
commit
9727cc1515
1 changed files with 3 additions and 11 deletions
|
@ -335,7 +335,9 @@ export default {
|
|||
}
|
||||
]
|
||||
}),
|
||||
|
||||
splitterpanel: {
|
||||
root: 'flex grow'
|
||||
},
|
||||
gutter: ({ props }) => ({
|
||||
class: [
|
||||
'flex items-center justify-center shrink-0',
|
||||
|
@ -356,16 +358,6 @@ export default {
|
|||
]
|
||||
})
|
||||
},
|
||||
splitterpanel: {
|
||||
root: ({ context }) => ({
|
||||
class: [
|
||||
'grow flex',
|
||||
{
|
||||
'justify-center items-center': !context.nested
|
||||
}
|
||||
]
|
||||
})
|
||||
},
|
||||
dialog: {
|
||||
root: ({ state }) => ({
|
||||
class: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue