Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
bda5754d
Commit
bda5754d
authored
May 08, 2017
by
Leopoldthecoder
Committed by
杨奕
May 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pagination: fix default layout style in firefox
parent
627c29cc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
examples/docs/en-US/upload.md
examples/docs/en-US/upload.md
+1
-1
examples/docs/zh-CN/upload.md
examples/docs/zh-CN/upload.md
+1
-1
packages/pagination/src/pagination.js
packages/pagination/src/pagination.js
+1
-1
No files found.
examples/docs/en-US/upload.md
View file @
bda5754d
...
@@ -370,5 +370,5 @@ disabled | whether to disable upload | boolean | — | false |
...
@@ -370,5 +370,5 @@ disabled | whether to disable upload | boolean | — | false |
### Methods
### Methods
| Methods Name | Description | Parameters |
| 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 ) |
| abort | cancel upload request | ( file: fileList's item ) |
examples/docs/zh-CN/upload.md
View file @
bda5754d
...
@@ -419,5 +419,5 @@
...
@@ -419,5 +419,5 @@
### Methods
### Methods
| 方法名 | 说明 | 参数 |
| 方法名 | 说明 | 参数 |
|---------- |-------------- | -- |
|---------- |-------------- | -- |
| clearFiles | 清空已上传的文件列表 | — |
| clearFiles | 清空已上传的文件列表
(该方法不支持在 before-upload 中调用)
| — |
| abort | 取消上传请求 | ( file: fileList 中的 file 对象 ) |
| abort | 取消上传请求 | ( file: fileList 中的 file 对象 ) |
packages/pagination/src/pagination.js
View file @
bda5754d
...
@@ -77,7 +77,7 @@ export default {
...
@@ -77,7 +77,7 @@ export default {
});
});
if
(
haveRightWrapper
)
{
if
(
haveRightWrapper
)
{
template
.
children
.
push
(
rightWrapper
);
template
.
children
.
unshift
(
rightWrapper
);
}
}
return
template
;
return
template
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment