Fix Upload.Dragger drag area, close #11869

This commit is contained in:
afc163 2018-08-24 20:44:43 +08:00
parent 1ab61542e4
commit 612c5d5c55

View File

@ -64,9 +64,12 @@
width: 100%;
height: 100%;
position: relative;
padding: 16px 0;
background: @background-color-light;
.@{upload-prefix-cls} {
padding: 16px 0;
}
&.@{upload-prefix-cls}-drag-hover:not(.@{upload-prefix-cls}-disabled) {
border: 2px dashed @primary-5;
}