zhangxiao
2024-08-23 3a28df1eccec424a37649cca968bce59739e0b35
src/styles/transition.scss
@@ -40,6 +40,15 @@
.fade-transform-enter-active {
    transition: all 0.5s;
}
.overSpread1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
}
.fade-transform-enter {
    opacity: 0;