Update BasicDoc.vue

pull/6050/head
tugcekucukoglu 2024-07-11 16:18:53 +03:00
parent e04cb4cdea
commit 3c27c325a5
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
</DocSectionText> </DocSectionText>
<div class="card flex flex-col items-center"> <div class="card flex flex-col items-center">
<p>Scroll down the page to display the ScrollTop component.</p> <p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem; margin-bottom: 30rem"></i> <i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop /> <ScrollTop />
</div> </div>
<DocSectionCode :code="code" /> <DocSectionCode :code="code" />
@ -22,7 +22,7 @@ export default {
<template> <template>
<div class="card flex flex-col items-center" style="height: 2000px"> <div class="card flex flex-col items-center" style="height: 2000px">
<p>Scroll down the page to display the ScrollTop component.</p> <p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem"></i> <i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop /> <ScrollTop />
</div> </div>
</template> </template>
@ -34,7 +34,7 @@ export default {
<template> <template>
<div class="card flex flex-col items-center" style="height: 2000px"> <div class="card flex flex-col items-center" style="height: 2000px">
<p>Scroll down the page to display the ScrollTop component.</p> <p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem"></i> <i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop /> <ScrollTop />
</div> </div>
</template> </template>