From 40f2e0a67cb3b788262f156deb7187d9735b5196 Mon Sep 17 00:00:00 2001
From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com>
Date: 星期日, 25 八月 2024 14:25:38 +0800
Subject: [PATCH] feat: 增加一些组件
---
src/styles/transition.scss | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/styles/transition.scss b/src/styles/transition.scss
index 35753e4..67acbba 100644
--- a/src/styles/transition.scss
+++ b/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;
--
Gitblit v1.8.0