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) {
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;