attach弹框宽度
This commit is contained in:
parent
5104340b78
commit
8e36cd1374
|
@ -110,7 +110,7 @@ function addFile(inputEl, file, eagerUpload,btnId) {
|
|||
'class': 'upload_filename readonly hidden',
|
||||
'name': 'attachments[' + attachmentId + '][filename]',
|
||||
'readonly': 'readonly',
|
||||
'style': 'border:none; width:464px;'
|
||||
'style': 'border:none; max-width:270px;'
|
||||
}).val(file.name),
|
||||
// $('<input>', {
|
||||
// 'type': 'text',
|
||||
|
|
Loading…
Reference in New Issue