From b2cc03bbd8b43fafece0b779e09a48616aab8e90 Mon Sep 17 00:00:00 2001
From: dengj <209192278@qq.com>
Date: Fri, 8 Dec 2023 17:58:25 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E4=B8=A4=E4=BE=A7?=
=?UTF-8?q?=E6=94=B6=E7=BC=A9=E5=B1=95=E5=BC=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/index.scss | 48 ++++++++++++++++++++++++++++++-
src/views/tunnel/index.vue | 56 ++++++++++++++++++++++++++++++------
2 files changed, 95 insertions(+), 9 deletions(-)
diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
index 09b4de7..4401722 100644
--- a/src/assets/styles/index.scss
+++ b/src/assets/styles/index.scss
@@ -99,6 +99,52 @@ html, body, #app, .el-container, .el-aside, .el-main {
}
}
+.modal-box {
+ z-index: -1 !important;
+ position: static !important;
+
+ .el-drawer {
+ width: 900px !important;
+ background-color: transparent;
+ }
+}
+
+.left-arrow {
+ position: absolute;
+ top: 1095px;
+ left: 900px;
+ width: 100px;
+ height: 114px;
+ background-image: url('../images/topAndDown/sp_icon_zyc.png');
+}
+
+.shrink-left {
+ position: absolute;
+ top: 1095px;
+ left: 0;
+ width: 100px;
+ height: 114px;
+ background-image: url('../images/topAndDown/sp_yyc.png');
+}
+
+.right-arrow {
+ position: absolute;
+ top: 1095px;
+ right: 900px;
+ width: 100px;
+ height: 114px;
+ background-image: url('../images/topAndDown/sp_yyc.png');
+}
+
+.shrink-right {
+ position: absolute;
+ top: 1095px;
+ right: 0;
+ width: 100px;
+ height: 114px;
+ background-image: url('../images/topAndDown/sp_icon_zyc.png');
+}
+
.switch-btn {
display: flex;
justify-content: space-between;
@@ -152,4 +198,4 @@ html, body, #app, .el-container, .el-aside, .el-main {
margin: 50px 263px 0 0;
transform: rotate(180deg);
}
-}
\ No newline at end of file
+}
diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue
index f8d17cb..506b82f 100644
--- a/src/views/tunnel/index.vue
+++ b/src/views/tunnel/index.vue
@@ -20,13 +20,41 @@
-