Browse Source

update style

pull/7932/head
afc163 7 years ago
parent
commit
f33b1a279a
  1. 1
      components/avatar/style/index.less
  2. 2
      components/card/style/index.less

1
components/avatar/style/index.less

@ -28,6 +28,7 @@
& > img {
width: 100%;
height: 100%;
display: block;
}
}

2
components/card/style/index.less

@ -14,7 +14,7 @@
&:not(&-no-hovering):hover {
box-shadow: @box-shadow-base;
border-color: transparent;
border-color: @shadow-color;
}
&-bordered {

Loading…
Cancel
Save