fix: Issues #221 done.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 63 KiB |
@@ -166,18 +166,18 @@ export default {
|
|||||||
isDisabled: true, // Apply Button disabled setting
|
isDisabled: true, // Apply Button disabled setting
|
||||||
tooltip: {
|
tooltip: {
|
||||||
containment: {
|
containment: {
|
||||||
value: '<img src="/public/filterContainment.png" alt="filterContainment" class="block">',
|
value: '<img src="/public/filterContainment.png" alt="filterContainment" class="block" width="108" height="250">',
|
||||||
escape: false,
|
escape: false,
|
||||||
autoHide: false,
|
autoHide: false,
|
||||||
pt: {
|
pt: {
|
||||||
root: {
|
root: {
|
||||||
class: 'p-0 bg-transparent'
|
class: 'bg-transparent'
|
||||||
},
|
},
|
||||||
arrow: {
|
arrow: {
|
||||||
class: 'hidden'
|
class: 'hidden'
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
class: 'p-0 bg-transparent shadow-none'
|
class: 'p-0 bg-transparent'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user