From f87a64316a2bd0192a308b0e6559b518753d3bcf Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 18 Oct 2017 19:41:44 +0800 Subject: [PATCH] update style --- components/avatar/style/index.less | 1 + components/card/style/index.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/avatar/style/index.less b/components/avatar/style/index.less index c266f94464..f151cd5718 100644 --- a/components/avatar/style/index.less +++ b/components/avatar/style/index.less @@ -30,6 +30,7 @@ & > img { width: 100%; height: 100%; + display: block; } } diff --git a/components/card/style/index.less b/components/card/style/index.less index de9f7b68fc..1d99a16f5b 100644 --- a/components/card/style/index.less +++ b/components/card/style/index.less @@ -15,7 +15,7 @@ cursor: pointer; &:hover { box-shadow: @card-shadow; - border-color: transparent; + border-color: rgba(0, 0, 0, 0.09); } }