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