feat: submit styling
This commit is contained in:
parent
ab033bb0c9
commit
e107c32734
|
|
@ -85,13 +85,13 @@ const onSubmitForMentorFeedback = async () => {
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row items-center space-x-2"
|
|
||||||
v-if="pc.completion_status == 'SUCCESS'"
|
v-if="pc.completion_status == 'SUCCESS'"
|
||||||
|
class="flex flex-row items-center space-x-2"
|
||||||
>
|
>
|
||||||
<it-icon-smiley-happy class="h-6 w-6" />
|
<it-icon-smiley-happy class="h-6 w-6" />
|
||||||
<span>{{ $t("selfEvaluation.yes") }}</span>
|
<span>{{ $t("selfEvaluation.yes") }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row items-center space-x-2" v-else>
|
<div v-else class="flex flex-row items-center space-x-2">
|
||||||
<it-icon-smiley-thinking class="h-6 w-6" />
|
<it-icon-smiley-thinking class="h-6 w-6" />
|
||||||
<span>{{ $t("selfEvaluation.no") }}</span>
|
<span>{{ $t("selfEvaluation.no") }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue