chore: 修改relative位置

This commit is contained in:
dap 2024-12-18 16:22:51 +08:00
parent 6307ff5759
commit 7a9ea1d4dc

View File

@ -133,7 +133,7 @@ const { refreshTab } = useTabs();
<Page :auto-content-height="true"> <Page :auto-content-height="true">
<div class="flex h-full gap-2"> <div class="flex h-full gap-2">
<div <div
class="bg-background flex h-full min-w-[320px] max-w-[320px] flex-col rounded-lg" class="bg-background relative flex h-full min-w-[320px] max-w-[320px] flex-col rounded-lg"
> >
<!-- 搜索条件 --> <!-- 搜索条件 -->
<div <div
@ -179,7 +179,7 @@ const { refreshTab } = useTabs();
</div> </div>
<div <div
ref="cardContainerRef" ref="cardContainerRef"
class="thin-scrollbar relative flex flex-1 flex-col gap-2 overflow-y-auto py-3" class="thin-scrollbar flex flex-1 flex-col gap-2 overflow-y-auto py-3"
@scroll="handleScroll" @scroll="handleScroll"
> >
<template v-if="taskList.length > 0"> <template v-if="taskList.length > 0">