chore: 修改relative位置
This commit is contained in:
parent
6307ff5759
commit
7a9ea1d4dc
@ -133,7 +133,7 @@ const { refreshTab } = useTabs();
|
||||
<Page :auto-content-height="true">
|
||||
<div class="flex h-full gap-2">
|
||||
<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
|
||||
@ -179,7 +179,7 @@ const { refreshTab } = useTabs();
|
||||
</div>
|
||||
<div
|
||||
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"
|
||||
>
|
||||
<template v-if="taskList.length > 0">
|
||||
|
Loading…
Reference in New Issue
Block a user