From a798ee99f13b70c08359717e0000b03553090d93 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Sat, 15 Oct 2022 15:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/Mynotes.vue | 2 +- src/views/user/Noteedit.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/user/Mynotes.vue b/src/views/user/Mynotes.vue index e6cb5870..18e7323c 100644 --- a/src/views/user/Mynotes.vue +++ b/src/views/user/Mynotes.vue @@ -765,7 +765,7 @@ export default { } .note-tab{ height: 40px; - margin-top: 20px; + margin-top: 40px; border-bottom: 1px solid #ddd; } .el-buttons{ diff --git a/src/views/user/Noteedit.vue b/src/views/user/Noteedit.vue index 465bd108..5a4474b1 100644 --- a/src/views/user/Noteedit.vue +++ b/src/views/user/Noteedit.vue @@ -26,7 +26,7 @@
@@ -172,7 +172,8 @@ export default { this.notedetail() this.$message({ message: '笔记保存成功', - type: 'success' + type: 'success', + center: true }); } } else {