mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 19:38:16 +08:00
styles: 修复card/images样式 (#5744)
This commit is contained in:
parent
34e7b3cd42
commit
fea11e6b23
@ -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 {
|
||||
|
@ -133,6 +133,7 @@
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
white-space: nowrap;
|
||||
align-items: center;
|
||||
|
||||
> a {
|
||||
background: transparent;
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
&-thumbWrap {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
// height: 100%;
|
||||
}
|
||||
|
||||
&-image {
|
||||
|
Loading…
Reference in New Issue
Block a user