From bd5b1db86be7196aadd713b004691107a62db774 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 20 Mar 2025 10:52:19 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/wordDict/DictCard.vue | 60 ++++++++++++++------------- src/components/wordDict/DictWrite.vue | 6 ++- src/views/wordDict/wordDict.vue | 6 +++ 3 files changed, 42 insertions(+), 30 deletions(-) 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..7840b86 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -31,6 +31,7 @@
    From 0abaea33fd33323ee771dbded8e81b32c90ccd4d Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 20 Mar 2025 10:52:59 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wordDict/wordDict.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index 7840b86..e21ebda 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -31,7 +31,7 @@
      From ca8ce5e59a4e6fb38fcf133b3816110f2bc50a47 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 20 Mar 2025 10:53:13 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=9E=AC=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wordDict/wordDict.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index e21ebda..a795fab 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -31,7 +31,7 @@