parent
c117e5f59b
commit
373d8b771b
|
@ -182,7 +182,7 @@ function handleDelete(item: any) {
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col w-full h-full">
|
<div class="flex flex-col w-full h-full">
|
||||||
<main class="flex-1 overflow-hidden">
|
<main class="flex-1 overflow-hidden">
|
||||||
<div ref="contentRef" class="h-full overflow-hidden overflow-y-auto">
|
<el-scrollbar ref="contentRef" class="h-full overflow-hidden overflow-y-auto">
|
||||||
<div
|
<div
|
||||||
ref="scrollRef"
|
ref="scrollRef"
|
||||||
:class="[isMobile ? 'p-2' : 'p-5']"
|
:class="[isMobile ? 'p-2' : 'p-5']"
|
||||||
|
@ -200,7 +200,7 @@ function handleDelete(item: any) {
|
||||||
@delete="handleDelete(item)"
|
@delete="handleDelete(item)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</el-scrollbar>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer :class="footerClass">
|
<footer :class="footerClass">
|
||||||
|
|
Loading…
Reference in New Issue