zhangnuoyan
2024-08-25 40f2e0a67cb3b788262f156deb7187d9735b5196
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;