fix: progress

This commit is contained in:
Jannat Patel
2024-05-06 14:24:19 +05:30
parent cf5a088f5e
commit 3478f278ff
7 changed files with 59 additions and 37 deletions

View File

@@ -13,7 +13,7 @@
</template>
</Button>
</header>
<div v-if="batch.data" class="grid grid-cols-[70%,30%] h-full">
<div v-if="batch.data" class="grid grid-cols-[70%,30%] h-screen">
<div class="border-r-2">
<Tabs v-model="tabIndex" :tabs="tabs" tablistClass="overflow-x-visible">
<template #tab="{ tab, selected }" class="overflow-x-hidden">

View File

@@ -173,7 +173,7 @@
<CourseOutline
:courseName="courseName"
:key="chapterNumber"
:membership="lesson.data.membership"
:getProgress="lesson.data.membership ? true : false"
/>
</div>
</div>