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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

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