mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-25 20:34:32 +08:00
fix: shake when adding tabs
This commit is contained in:
@@ -26,7 +26,7 @@ const style = computed((): CSSProperties => {
|
||||
<template>
|
||||
<section
|
||||
:style="style"
|
||||
class="border-border bg-background flex w-full border-b"
|
||||
class="border-border bg-background flex w-full border-b transition-all duration-[100ms]"
|
||||
>
|
||||
<slot></slot>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user