Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/profcomff/rating-ui into da…
Browse files Browse the repository at this point in the history
…ra-fix
  • Loading branch information
Батуев Илья Олегович committed Dec 9, 2024
2 parents d9ed37a + ff28dd3 commit 3d368b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions src/pages/LecturerPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,6 @@ const lecturerPhoto = getPhoto(avatarLink.value);
</v-footer>
</div>

<div v-else>
<v-btn
no-gutters
color="secondary"
rounded="xl"
height="100px"
width="1000px"
class="btn-text"
@click="router.push({ path: 'review', query: { lecturer_id: lecturerId } })"
>
Оставить первый отзыв
</v-btn>
</div>
<!-- <v-fab class="position-fixed bottom-0 mb-10" :icon="'mdi-pen'" color="primary" /> -->
</v-container>
</template>
Expand All @@ -150,8 +137,5 @@ const lecturerPhoto = getPhoto(avatarLink.value);
right: 10px;
bottom: 0;
}
.btn-text {
font-size: 28px;
}
</style>

Check warning on line 141 in src/pages/LecturerPage.vue

View workflow job for this annotation

GitHub Actions / Проверяем стили

Delete `⏎`
2 changes: 1 addition & 1 deletion src/pages/ReviewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function sendReview() {
</div>
</div>
<div>
<v-switch v-model="isAnonymous" color="primary" label="Анонимный отзыв" hide-details />
<v-switch v-model="isAnonymous" color="primary" label="Аноимный отзыв" hide-details />
</div>

<v-btn color="secondary" class="mt-3" rounded="pill" text="отправить" @click="sendReview"></v-btn>
Expand Down

0 comments on commit 3d368b1

Please sign in to comment.