fix: Issues #221 done.

This commit is contained in:
chiayin
2024-03-01 16:41:49 +08:00
parent 62e1d37f37
commit 20bfa0b2ef
2 changed files with 3 additions and 3 deletions

View File

@@ -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'
}
}
}