Pagination: fix default layout style in firefox

pull/3382/merge
Leopoldthecoder 2017-05-08 20:21:24 +08:00 committed by 杨奕
parent 627c29cc69
commit bda5754d86
3 changed files with 3 additions and 3 deletions

View File

@ -370,5 +370,5 @@ disabled | whether to disable upload | boolean | — | false |
### Methods
| Methods Name | Description | Parameters |
|---------- |-------- |---------- |
| clearFiles | clear the uploaded file list | — |
| clearFiles | clear the uploaded file list (this method is not supported in the `before-upload` hook) | — |
| abort | cancel upload request | file: fileList's item |

View File

@ -419,5 +419,5 @@
### Methods
| 方法名 | 说明 | 参数 |
|---------- |-------------- | -- |
| clearFiles | 清空已上传的文件列表 | — |
| clearFiles | 清空已上传的文件列表(该方法不支持在 before-upload 中调用) | — |
| abort | 取消上传请求 | file: fileList 中的 file 对象 |

View File

@ -77,7 +77,7 @@ export default {
});
if (haveRightWrapper) {
template.children.push(rightWrapper);
template.children.unshift(rightWrapper);
}
return template;