mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
让card的action更容易点击
This commit is contained in:
parent
57c9c1f4e1
commit
28d70f57fc
@ -139,7 +139,7 @@
|
|||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: block;
|
||||||
min-width: 32px;
|
min-width: 32px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
@ -155,7 +155,8 @@
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a,
|
||||||
|
i {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
@ -163,6 +164,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
|
transition: color 0.3s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user