no message

Former-commit-id: 67bf1e9eb67b9613532937acd94cf05f916679ce
Former-commit-id: 06c6693074cc8ac2ab6a100551158edc548c0986
Former-commit-id: 53dc73a1dfa44c88fcfa797d1f95411499c05c3c
This commit is contained in:
liyang
2018-06-11 14:17:10 +08:00
parent 5d3025f33c
commit 34550b3d97

View File

@@ -1,10 +1,13 @@
// element 样式补丁
.el-card {
box-shadow: none;
&:hover {
// box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
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 {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
}
}