From 2a3f9b153a1dad763fdc5a67636616707d0b548a Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Wed, 6 May 2020 17:34:35 +0200 Subject: [PATCH] les sorts/monstres/objets magiques sont visibles directement depuis les listes d'un simple clic --- .../theme/components/MyMagicItems.vue | 4 ++++ .../.vuepress/theme/components/MyMonsters.vue | 4 ++++ docs/.vuepress/theme/components/MySpells.vue | 4 ++++ .../theme/layouts/MagicItemsLayout.vue | 15 +++++++++++- .../theme/layouts/MonstersLayout.vue | 15 +++++++++++- docs/.vuepress/theme/layouts/SpellsLayout.vue | 15 +++++++++++- docs/.vuepress/theme/styles/_layout.scss | 24 +++++++++---------- docs/.vuepress/theme/styles/_tables.scss | 15 ++++++++++++ 8 files changed, 80 insertions(+), 16 deletions(-) diff --git a/docs/.vuepress/theme/components/MyMagicItems.vue b/docs/.vuepress/theme/components/MyMagicItems.vue index e8592bb..4f95719 100644 --- a/docs/.vuepress/theme/components/MyMagicItems.vue +++ b/docs/.vuepress/theme/components/MyMagicItems.vue @@ -16,6 +16,7 @@ :items-per-page="-1" hide-default-footer show-expand + @click:row="onClickRow" >