This commit is contained in:
zhaofang
2022-07-14 12:08:16 +08:00
parent f9dbd84643
commit 3ee20471ea

View File

@@ -164,6 +164,7 @@ export default {
change(e) { change(e) {
let file = e.target.files[0] let file = e.target.files[0]
const formData = new FormData() const formData = new FormData()
console.log(file,'file');
formData.append('file', file) formData.append('file', file)
upload(formData) upload(formData)
.then(res => { .then(res => {
@@ -189,7 +190,7 @@ export default {
min-height: 250px !important; min-height: 250px !important;
} }
.ql-editor{ .ql-editor{
height: 250px !important; min-height: 250px !important;
} }
.ql-container{ .ql-container{
font-size: 15px; font-size: 15px;