mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
better title proportions
This commit is contained in:
parent
1952e4aa5a
commit
c3c2fd30f0
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h3>{{ $t('my_accompanying_courses.title') }}</h3>
|
<h2>{{ $t('my_accompanying_courses.title') }}</h2>
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h3>{{ $t('my_evaluations.title') }}</h3>
|
<h2>{{ $t('my_evaluations.title') }}</h2>
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h3>{{ $t('my_notifications.title') }}</h3>
|
<h2>{{ $t('my_notifications.title') }}</h2>
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h3>{{ $t('my_tasks.title_warning') }}</h3>
|
<h2>{{ $t('my_tasks.title_warning') }}</h2>
|
||||||
|
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</tab-table>
|
</tab-table>
|
||||||
|
|
||||||
<h3>{{ $t('my_tasks.title_alert') }}</h3>
|
<h2>{{ $t('my_tasks.title_alert') }}</h2>
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="accompanying_course_work">
|
<div class="accompanying_course_work">
|
||||||
<h3>{{ $t('my_works.title') }}</h3>
|
<h2>{{ $t('my_works.title') }}</h2>
|
||||||
<tab-table>
|
<tab-table>
|
||||||
<template v-slot:thead>
|
<template v-slot:thead>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user