fix: 修复第四种布局样式层级问题(#424)
This commit is contained in:
parent
d4242a37ba
commit
78aeb897fc
|
@ -205,7 +205,7 @@ export default defineComponent({
|
|||
</div>
|
||||
<Menu
|
||||
class={[
|
||||
'!absolute top-0 z-1000',
|
||||
'!absolute top-0 z-3000',
|
||||
{
|
||||
'!left-[var(--tab-menu-min-width)]': unref(collapse),
|
||||
'!left-[var(--tab-menu-max-width)]': !unref(collapse),
|
||||
|
|
Loading…
Reference in New Issue