no message
Former-commit-id: 67bf1e9eb67b9613532937acd94cf05f916679ce Former-commit-id: 06c6693074cc8ac2ab6a100551158edc548c0986 Former-commit-id: 53dc73a1dfa44c88fcfa797d1f95411499c05c3c
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
// element 样式补丁
|
// element 样式补丁
|
||||||
|
|
||||||
.el-card {
|
.el-card {
|
||||||
box-shadow: none;
|
&.is-always-shadow {
|
||||||
|
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
|
||||||
|
}
|
||||||
|
&.is-hover-shadow {
|
||||||
&:hover {
|
&:hover {
|
||||||
// box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
|
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
|
||||||
box-shadow: none;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user