Fix TailwindCSS theme for splitter component (#4525)

pull/4524/head
Ice-Hazymoon 2023-10-08 22:14:08 +09:00 committed by GitHub
parent 5d1f615c14
commit f664268407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -369,11 +369,6 @@ export default {
}
]
}),
splitterpanel: {
root: {
class: 'flex grow'
}
},
gutter: ({ props }) => ({
class: [
'flex items-center justify-center shrink-0',
@ -394,6 +389,11 @@ export default {
]
})
},
splitterpanel: {
root: {
class: 'flex grow'
}
},
dialog: {
root: ({ state }) => ({
class: [