embarq ccs hangman

This commit is contained in:
2020-05-08 12:49:13 +02:00
parent 8fd6608bda
commit 6e0db185bb
5 changed files with 119 additions and 113 deletions

View File

@@ -30,8 +30,8 @@
<!-- <TagBox :memo="memo" />-->
<div class="p-4">
<div class="memo-style p-4 pb-3 -mb-1 bg-white" v-html="memoMarkdown"></div>
<div class="bg-primary-400 px-2 py-1 flex justify-end">@last update {{ memo.last_updated }}</div>
<div class="memo-style rounded-t-sm p-4 pb-3 -mb-1 bg-white" v-html="memoMarkdown"></div>
<div class="bg-primary-400 rounded-b-sm px-2 py-1 flex justify-end">@last update {{ memo.last_updated }}</div>
</div>
</div>
</div>