styles: 修复card/images样式 (#5744)

This commit is contained in:
qinhaoyan 2022-11-18 13:10:32 +08:00 committed by GitHub
parent 34e7b3cd42
commit fea11e6b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

@ -853,10 +853,6 @@
var(--button-link-disabled-left-border-style),
var(--button-link-disabled-shadow)
);
padding: 0;
margin: 0;
height: auto;
line-height: auto;
}
&--block {

View File

@ -133,6 +133,7 @@
width: 100%;
table-layout: fixed;
white-space: nowrap;
align-items: center;
> a {
background: transparent;

View File

@ -21,7 +21,7 @@
&-thumbWrap {
position: relative;
height: 100%;
// height: 100%;
}
&-image {