From fbb42682f0f54c54c30efa16e42a9aa893f36659 Mon Sep 17 00:00:00 2001 From: yoon Date: Fri, 21 Mar 2025 19:55:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=A9=EC=96=B4=EC=A7=91=20css,=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/EditBtn.vue | 22 ++++++++-------------- src/components/wordDict/DictCard.vue | 26 +++++++++++++------------- src/components/wordDict/DictWrite.vue | 25 +++++++++++++++++++------ src/views/wordDict/wordDict.vue | 13 ++----------- 4 files changed, 42 insertions(+), 44 deletions(-) diff --git a/src/components/button/EditBtn.vue b/src/components/button/EditBtn.vue index 5ee75a7..5058a97 100644 --- a/src/components/button/EditBtn.vue +++ b/src/components/button/EditBtn.vue @@ -3,10 +3,8 @@ - diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 91837d3..4c3a3f4 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -10,13 +10,20 @@ :titleValue="item.WRDDICTTL" :contentValue="item.WRDDICCON" :isDisabled="true" + :showEditBtn="true" + @toggleEdit="toggleEdit" />
-
-
+
+
{{ item.category }} {{ item.WRDDICTTL }}
+

@@ -55,12 +62,6 @@
- -
- -
-
@@ -68,7 +69,7 @@