From 3ee20471ea83f2b908d606c54d0425612d64b9dd Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 14 Jul 2022 12:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Editor/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 877870f8..f74cd966 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -164,6 +164,7 @@ export default { change(e) { let file = e.target.files[0] const formData = new FormData() + console.log(file,'file'); formData.append('file', file) upload(formData) .then(res => { @@ -189,7 +190,7 @@ export default { min-height: 250px !important; } .ql-editor{ - height: 250px !important; + min-height: 250px !important; } .ql-container{ font-size: 15px;