Browse Source

update style

pull/7971/merge
afc163 7 years ago
parent
commit
f87a64316a
  1. 1
      components/avatar/style/index.less
  2. 2
      components/card/style/index.less

1
components/avatar/style/index.less

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

2
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);
}
}

Loading…
Cancel
Save