mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5179 - Improve data-pc-
structure in components
This commit is contained in:
parent
3b72308226
commit
4836654f7b
85 changed files with 128 additions and 242 deletions
|
@ -37,7 +37,6 @@ export default {
|
|||
styleClass += ' p-blockui-document';
|
||||
|
||||
this.mask = DomHandler.createElement('div', {
|
||||
'data-pc-section': 'mask',
|
||||
style: {
|
||||
position: 'fixed',
|
||||
top: '0',
|
||||
|
@ -54,7 +53,6 @@ export default {
|
|||
document.activeElement.blur();
|
||||
} else {
|
||||
this.mask = DomHandler.createElement('div', {
|
||||
'data-pc-section': 'mask',
|
||||
style: {
|
||||
position: 'absolute',
|
||||
top: '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue