perf: 任务详细描述取消文件上传
This commit is contained in:
parent
6ba63d1466
commit
0ef6476e58
@ -492,14 +492,14 @@ export default {
|
||||
autoresize_bottom_margin: 2,
|
||||
min_height: 200,
|
||||
max_height: 380,
|
||||
contextmenu: 'bold italic underline forecolor backcolor | codesample | uploadImages uploadFiles | preview screenload',
|
||||
contextmenu: 'bold italic underline forecolor backcolor | codesample | uploadImages browseImages | preview screenload',
|
||||
valid_elements : 'a[href|target=_blank],em,strong/b,div[align],span[style],a,br,p,img[src|alt|witdh|height],pre[class],code',
|
||||
toolbar: false
|
||||
},
|
||||
taskOptionFull: {
|
||||
menubar: 'file edit view',
|
||||
valid_elements : 'a[href|target=_blank],em,strong/b,div[align],span[style],a,br,p,img[src|alt|witdh|height],pre[class],code',
|
||||
toolbar: 'uploadImages | uploadFiles | bold italic underline forecolor backcolor | codesample | preview screenload'
|
||||
toolbar: 'uploadImages | bold italic underline forecolor backcolor | codesample | preview screenload'
|
||||
},
|
||||
|
||||
dialogDrag: false,
|
||||
|
@ -135,7 +135,8 @@
|
||||
}
|
||||
}
|
||||
.scroller {
|
||||
margin-left: 36px;
|
||||
margin-left: 28px;
|
||||
padding-left: 8px;
|
||||
padding-right: 36px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
@ -155,7 +156,6 @@
|
||||
}
|
||||
.desc {
|
||||
margin-top: 10px;
|
||||
overflow: auto;
|
||||
div[contenteditable="true"] {
|
||||
outline: none
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user