diff --git a/src/components/global.less b/src/components/global.less
index 140140976..b60716e09 100644
--- a/src/components/global.less
+++ b/src/components/global.less
@@ -874,4 +874,11 @@ body {
bottom: 0;
left: 0;
z-index: 10;
+}
+
+.journal-list-content,
+.comment-drawer-content {
+ img {
+ width: 100%;
+ }
}
\ No newline at end of file
diff --git a/src/views/comment/components/TargetCommentDrawer.vue b/src/views/comment/components/TargetCommentDrawer.vue
index 101f0bb19..5b01954d8 100644
--- a/src/views/comment/components/TargetCommentDrawer.vue
+++ b/src/views/comment/components/TargetCommentDrawer.vue
@@ -14,7 +14,10 @@
-
+
+
+
+
{{ title }}
diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue
index 3567a0681..89d7dbea7 100644
--- a/src/views/dashboard/Dashboard.vue
+++ b/src/views/dashboard/Dashboard.vue
@@ -203,7 +203,7 @@
@@ -446,7 +446,7 @@ export default {
this.$router.push({ name: 'PostEdit', query: { postId: post.id } })
},
handleCreateJournalClick() {
- if (!this.journal.content) {
+ if (!this.journal.sourceContent) {
this.$notification['error']({
message: '提示',
description: '内容不能为空!'
diff --git a/src/views/sheet/internal/JournalList.vue b/src/views/sheet/internal/JournalList.vue
index 1cc356a23..19e740a99 100644
--- a/src/views/sheet/internal/JournalList.vue
+++ b/src/views/sheet/internal/JournalList.vue
@@ -14,7 +14,10 @@
:sm="24"
>
-
+
-
+
+
+
+
{{ item.createTime | moment }}
+ this.attachmentDrawerVisible = true"
+ >附件库
@@ -185,49 +195,29 @@
-
-
-
- 回复
-
-
-
-
-
-
-
+
+