Former-commit-id: 26c19d2a6d5007572b2ffa80430bb7f3d4cbc101 [formerly 26c19d2a6d5007572b2ffa80430bb7f3d4cbc101 [formerly 26c19d2a6d5007572b2ffa80430bb7f3d4cbc101 [formerly 26c19d2a6d5007572b2ffa80430bb7f3d4cbc101 [formerly 5c692da9331ee18f28dc4ed82e893fd3edf0b59e [formerly 5c876723e46ba5e9bd3e6b08ca26838281b9fe70]]]]] Former-commit-id: 1be81527166d59028564eef5f3bad3433e170cdc Former-commit-id: 3224de37c64ffb4080cbe40b2796b0460b269c78 Former-commit-id: 27624807993595ddabacea5f80a8d92787ddd49c [formerly d0d1585c512c7ef2a2ce66ad7c3e7309c908a08e] Former-commit-id: 9fa0e8942ff590152d29c2cb2a872baf116e0271 Former-commit-id: e30298941ab3eb1661f567dc37c10cdd27238004 Former-commit-id: 239a341eb2dc0adc7e2aa82acaadfa3a1f48d954 Former-commit-id: 49ae60f02ff7683f17d6375ce2249f3b19f5e8cf Former-commit-id: b0be7cf952884e67c4d8509272cb9205ab134644
20 lines
425 B
SCSS
20 lines
425 B
SCSS
// element 样式补丁
|
|
|
|
.el-card {
|
|
&.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);
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-menu--horizontal {
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.el-tabs__item:focus.is-active.is-focus:not(:active) {
|
|
box-shadow: none !important;
|
|
} |