From a4905552a53e0921b416b0b59e88a545e844d433 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Tue, 1 Nov 2022 19:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AC=94=E8=AE=B0=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/Noteedit.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/user/Noteedit.vue b/src/views/user/Noteedit.vue index aff3065d..c05ff51d 100644 --- a/src/views/user/Noteedit.vue +++ b/src/views/user/Noteedit.vue @@ -12,7 +12,7 @@
-
@@ -292,6 +292,7 @@ export default { } } .edit-footer{ + margin-top:10px; button{ float: right; margin-left: 25px; @@ -302,11 +303,13 @@ export default { } .edit-content{ min-height: 380px; + background-color: #F5F5F5; } .note-text{ font-size: 14px; font-weight: 400; color: #333333; + background-color: #F5F5F5; display: flex; flex-wrap: wrap; .img-box{