fix: redundant border on the sidebar in two column layout mode (#4291)
parent
2b0aedbaba
commit
f23821ff46
|
@ -294,7 +294,7 @@ function handleMouseleave() {
|
||||||
</div>
|
</div>
|
||||||
<VbenScrollbar
|
<VbenScrollbar
|
||||||
:style="extraContentStyle"
|
:style="extraContentStyle"
|
||||||
class="border-border border-t py-2"
|
class="border-border py-2"
|
||||||
shadow
|
shadow
|
||||||
shadow-border
|
shadow-border
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue