diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index d706900..91837d3 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -19,41 +19,43 @@

-
-
+
+ +
- 최초 작성자 + 최초 작성자
-

{{ $common.dateFormatter(item.author.createdAt) }}

-
-
-
-
-
-
- 최근 작성자 -
-
-

{{ $common.dateFormatter(item.lastEditor.updatedAt) }}

+

{{ $common.dateFormatter(item.author.createdAt) }}

+
+
+ + +
+
+ 최근 작성자 +
+
+

{{ $common.dateFormatter(item.lastEditor.updatedAt) }}

+
diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue index f558915..083110f 100644 --- a/src/components/wordDict/DictWrite.vue +++ b/src/components/wordDict/DictWrite.vue @@ -17,7 +17,7 @@
{ right: 0.7rem; top: 1.2rem; } +.parent-class { + justify-content: flex-end; +} diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index f3768a3..a795fab 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -31,6 +31,7 @@