todo & memo style

This commit is contained in:
2020-04-30 23:36:40 +02:00
parent ebb1c58f90
commit d56857bf43
7 changed files with 87 additions and 22 deletions

View File

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