update 处理一些样式问题

This commit is contained in:
2021-07-02 14:11:48 +08:00
parent 4053d6ff0a
commit 717c264518
7 changed files with 106 additions and 56 deletions

View File

@@ -2,3 +2,13 @@
.ant-card {
margin-bottom: @padding-md;
}
.ant-card-grid-hoverable {
&:hover {
box-shadow: 1px 0 0 0 #303030,
0 1px 0 0 #303030,
1px 1px 0 0 #303030,
1px 0 0 0 #303030 inset,
0 1px 0 0 #303030 inset,
@card-shadow;
}
}