feat(components): 新增 CustomCard组件
parent
c5160a498e
commit
f15a0dd0e6
@ -0,0 +1,7 @@
|
|||||||
|
.card-custom-hover-style {
|
||||||
|
transition-property: all;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-custom-hover-style:hover {
|
||||||
|
transform: translateY(-4px);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue