update Upload
update Upload
This commit is contained in:
parent
9ce1b539e0
commit
bc3bcb098b
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@
|
|||
{
|
||||
[`${prefixCls}-select`]: this.type === 'select',
|
||||
[`${prefixCls}-drag`]: this.type === 'drag',
|
||||
[`${prefixCls}-dragOver`]: this.dragOver
|
||||
[`${prefixCls}-dragOver`]: this.type === 'drag' && this.dragOver
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
&-list{
|
||||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
|
||||
&-file{
|
||||
padding: 4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue