SplitterPanel updates
parent
ea472701a1
commit
9727cc1515
|
@ -335,7 +335,9 @@ export default {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
splitterpanel: {
|
||||||
|
root: 'flex grow'
|
||||||
|
},
|
||||||
gutter: ({ props }) => ({
|
gutter: ({ props }) => ({
|
||||||
class: [
|
class: [
|
||||||
'flex items-center justify-center shrink-0',
|
'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: {
|
dialog: {
|
||||||
root: ({ state }) => ({
|
root: ({ state }) => ({
|
||||||
class: [
|
class: [
|
||||||
|
|
Loading…
Reference in New Issue