Dialog pointer-event updates

pull/4239/head
Tuğçe Küçükoğlu 2023-08-03 15:43:34 +03:00
parent 8d5a88cc91
commit 53654dd82d
1 changed files with 4 additions and 4 deletions

View File

@ -276,9 +276,9 @@ export default {
})
},
dialog: {
root: ({ props, state }) => ({
class: ['rounded-lg shadow-lg border-0', 'max-h-90 transform scale-100', 'm-0 w-[50vw] z-40 relative', '', 'dark:border dark:border-blue-900/40']
}),
root: {
class: ['rounded-lg shadow-lg border-0', 'max-h-90 transform scale-100', 'm-0 w-[50vw]', 'dark:border dark:border-blue-900/40']
},
header: {
class: ['flex items-center justify-between shrink-0', 'bg-white text-gray-800 border-t-0 rounded-tl-lg rounded-tr-lg p-6', 'dark:bg-gray-900 dark:text-white/80']
},
@ -307,7 +307,7 @@ export default {
class: ['shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
},
mask: {
class: ['flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20']
class: ['bg-opacity-40 transition duration-200']
}
},
confirmpopup: {