attach弹框宽度

This commit is contained in:
huang 2016-11-11 19:19:26 +08:00
parent 5104340b78
commit 8e36cd1374
1 changed files with 1 additions and 1 deletions

View File

@ -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',