zhangxiao
2024-08-26 57b66478e7e335379435b31c20da4619bd1411f5
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;