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
|
||||
tooltip: {
|
||||
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,
|
||||
autoHide: false,
|
||||
pt: {
|
||||
root: {
|
||||
class: 'p-0 bg-transparent'
|
||||
class: 'bg-transparent'
|
||||
},
|
||||
arrow: {
|
||||
class: 'hidden'
|
||||
},
|
||||
text: {
|
||||
class: 'p-0 bg-transparent shadow-none'
|
||||
class: 'p-0 bg-transparent'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user