|
@@ -153,7 +153,9 @@ watch(
|
|
|
</NScrollbar>
|
|
|
</template>
|
|
|
<template #resize-trigger>
|
|
|
- <div class="h-full w-px cursor-col-resize bg-neutral-200 dark:bg-neutral-700 transition-[background-color]"></div>
|
|
|
+ <div
|
|
|
+ class="h-full w-px cursor-col-resize bg-neutral-200 transition-[background-color] dark:bg-neutral-700"
|
|
|
+ ></div>
|
|
|
</template>
|
|
|
</NSplit>
|
|
|
</NCard>
|
|
@@ -198,7 +200,9 @@ watch(
|
|
|
</NScrollbar>
|
|
|
</template>
|
|
|
<template #resize-trigger>
|
|
|
- <div class="h-full w-px cursor-col-resize bg-neutral-200 dark:bg-neutral-700 transition-[background-color]"></div>
|
|
|
+ <div
|
|
|
+ class="h-full w-px cursor-col-resize bg-neutral-200 transition-[background-color] dark:bg-neutral-700"
|
|
|
+ ></div>
|
|
|
</template>
|
|
|
</NSplit>
|
|
|
</NCard>
|
|
@@ -274,7 +278,9 @@ watch(
|
|
|
</NScrollbar>
|
|
|
</template>
|
|
|
<template #resize-trigger>
|
|
|
- <div class="h-full w-px cursor-col-resize bg-neutral-200 dark:bg-neutral-700 transition-[background-color]"></div>
|
|
|
+ <div
|
|
|
+ class="h-full w-px cursor-col-resize bg-neutral-200 transition-[background-color] dark:bg-neutral-700"
|
|
|
+ ></div>
|
|
|
</template>
|
|
|
</NSplit>
|
|
|
</NCard>
|