+
{{ $t('manager.infoPanelEmpty') }}
diff --git a/src/services/dialogService.ts b/src/services/dialogService.ts
index 08bda9822..428ce7d41 100644
--- a/src/services/dialogService.ts
+++ b/src/services/dialogService.ts
@@ -137,8 +137,17 @@ export const useDialogService = () => {
dialogComponentProps: {
closable: true,
pt: {
- header: { class: '!p-0 !m-0' },
- content: { class: '!px-0 h-[83vh] w-[90vw] overflow-y-hidden' }
+ pcCloseButton: {
+ root: {
+ class:
+ 'bg-gray-500 dark-theme:bg-neutral-700 w-9 h-9 p-1.5 rounded-full text-white'
+ }
+ },
+ header: { class: '!py-0 px-6 !m-0 h-[68px]' },
+ content: {
+ class: '!p-0 h-full w-[90vw] max-w-full flex-1 overflow-hidden'
+ },
+ root: { class: 'manager-dialog' }
}
},
props