mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user