diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue index 25ae89d..87e08bc 100644 --- a/src/components/board/BoardProfile.vue +++ b/src/components/board/BoardProfile.vue @@ -10,12 +10,8 @@
{{ date }}
@@ -29,112 +25,104 @@ - + diff --git a/src/components/button/EditBtn.vue b/src/components/button/EditBtn.vue index d3437b0..a5d2496 100644 --- a/src/components/button/EditBtn.vue +++ b/src/components/button/EditBtn.vue @@ -1,30 +1,30 @@ diff --git a/src/components/category/CategoryBtn.vue b/src/components/category/CategoryBtn.vue index 6536b88..9e8138e 100644 --- a/src/components/category/CategoryBtn.vue +++ b/src/components/category/CategoryBtn.vue @@ -1,5 +1,18 @@ diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue index 94a153b..77cb786 100644 --- a/src/components/wordDict/DictWrite.vue +++ b/src/components/wordDict/DictWrite.vue @@ -150,7 +150,6 @@ const saveWord = () => { typeof op.insert === 'string' ? op.insert.trim() : op.insert ); } - // 내용 체크 if(content.value == '' || inserts.join('') === ''){ wordContentAlert.value = true; diff --git a/src/views/board/BoardEdit.vue b/src/views/board/BoardEdit.vue index 354b75d..14514f1 100644 --- a/src/views/board/BoardEdit.vue +++ b/src/views/board/BoardEdit.vue @@ -10,25 +10,48 @@
- + + + + +
+

첨부파일: {{ fileCount }} / 5개

+

{{ fileError }}

+ +
    +
  • + {{ file.name }} + +
  • +
+
+
- +
@@ -48,95 +71,167 @@ diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index 84bb8b2..d32b3e6 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -18,6 +18,21 @@ @editClick="editClick" @deleteClick="deleteClick" /> + + +
+
+ + +
+ {{ passwordAlert }} +
@@ -31,17 +46,18 @@
-
-
+
@@ -97,11 +113,7 @@ @submitEdit="handleSubmitEdit" @update:password="updatePassword" /> - +
@@ -110,677 +122,664 @@