some list css

This commit is contained in:
2019-09-27 16:38:07 +02:00
parent df9f5a865c
commit 10b5c05b8b
6 changed files with 27 additions and 9 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
<template>
<MainContentLayout id="operum">
<MainContentLayout id="operum" class="index">
<template v-slot:header>
<h1>Œuvres</h1>
<span v-if="!items.length">Loading ...</span>
@@ -12,7 +12,6 @@
</ul>
<template v-slot:nav>
nav
</template>
</MainContentLayout>
</template>