mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 03:32:00 +08:00
fix: drawer header is missing (#4846)
This commit is contained in:
@@ -65,7 +65,7 @@ const tabsView = computed(() => {
|
||||
:style="style"
|
||||
class="tabs-chrome !flex h-full w-max overflow-y-hidden pr-6"
|
||||
>
|
||||
<TransitionGroup name="slide-down">
|
||||
<TransitionGroup name="slide-left">
|
||||
<div
|
||||
v-for="(tab, i) in tabsView"
|
||||
:key="tab.key"
|
||||
|
||||
@@ -67,9 +67,9 @@ const tabsView = computed(() => {
|
||||
<template>
|
||||
<div
|
||||
:class="contentClass"
|
||||
class="relative !flex h-full w-max items-center overflow-y-hidden pr-6"
|
||||
class="relative !flex h-full w-max items-center overflow-hidden pr-6"
|
||||
>
|
||||
<TransitionGroup name="slide-down">
|
||||
<TransitionGroup name="slide-left">
|
||||
<div
|
||||
v-for="(tab, i) in tabsView"
|
||||
:key="tab.key"
|
||||
|
||||
Reference in New Issue
Block a user