fix: batch lists
This commit is contained in:
@@ -77,7 +77,6 @@
|
||||
/>
|
||||
</div>
|
||||
<CourseReviews
|
||||
v-if="course.data.avg_rating"
|
||||
:courseName="course.data.name"
|
||||
:avg_rating="course.data.avg_rating"
|
||||
:membership="course.data.membership"
|
||||
|
||||
@@ -440,7 +440,7 @@ const breadcrumbs = computed(() => {
|
||||
}
|
||||
|
||||
.ce-toolbar__actions {
|
||||
right: 108%;
|
||||
right: 108% !important;
|
||||
}
|
||||
|
||||
.ce-block__content {
|
||||
|
||||
Reference in New Issue
Block a user