Skip to content

Commit

Permalink
index uses bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 15, 2024
1 parent e56bd1c commit 87eea8c
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
<template>
<h1>mawinter-front</h1>
<b-h level="1">mawinter-front</b-h>
<section>
<h2>登録</h2>
<PostRecord />
<b-p text-alignment="center">
<b-h level="2">登録</b-h>
<PostRecord />
</b-p>

<NuxtLink to='/summary'>サマリー表示</NuxtLink>
<b-p text-alignment="center">
<div class="summary_link">
<NuxtLink to='/summary'>サマリー表示</NuxtLink>
</div>
</b-p>

<h2>直近履歴</h2>
<History />
<b-p text-alignment="center">
<b-h level="2">直近履歴</b-h>
<History />
</b-p>
</section>
</template>

<style lang="css">
.summary_link {
text-align: center;
margin-left: auto;
margin-right: auto;
}
</style>

0 comments on commit 87eea8c

Please sign in to comment.