update table, menu, topbar, dialog, toast components and css
This commit is contained in:
@@ -6,11 +6,18 @@ import {Message, MessageService} from 'primeng/api';
|
||||
styles: [`
|
||||
:host ::ng-deep .p-button {
|
||||
min-width: 8em;
|
||||
z-index:10000;
|
||||
}
|
||||
|
||||
:host ::ng-deep .p-message {
|
||||
margin-left: .25em;
|
||||
z-index:10000;
|
||||
}
|
||||
|
||||
:host ::ng-deep .p-toast{
|
||||
margin-top: 5em;
|
||||
z-index:99999;
|
||||
}
|
||||
`],
|
||||
providers: [MessageService]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user