Use z-index to show shadow
Other ideas are to use :before or :after to create shadow
This commit is contained in:
parent
99bb9f3d7e
commit
f4e2506905
2 changed files with 7 additions and 5 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
if (this.childrens) {
|
||||
this.childrens.forEach(child => {
|
||||
child.currentValue = value == child.label;
|
||||
child.currentValue = value === child.label;
|
||||
child.group = true;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue