Fix dragger background

This commit is contained in:
afc163 2017-10-17 20:56:29 +08:00
parent 0b5f770fec
commit ad4d5ce18a

View File

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