From 14c1e6808868ce9f40061f4e84cb9bc977c64c39 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 25 Mar 2019 19:15:48 +0800 Subject: [PATCH] :bug: Fix Upload border jumping issue in Chrome close #15634 --- components/upload/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index de4a6a3b54..cb240e03d9 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -72,7 +72,7 @@ } &.@{upload-prefix-cls}-drag-hover:not(.@{upload-prefix-cls}-disabled) { - border: 2px dashed @primary-5; + border-color: @primary-7; } &.@{upload-prefix-cls}-disabled {