From 3fe27a3b570a7d6d8f8d66d0fab34d011257b56d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 16 Dec 2024 19:43:47 +0800
Subject: [PATCH] 突发事件模拟内容调整,路由拦截跳转调整
---
src/pages/single/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/single/index.vue b/src/pages/single/index.vue
index 711b4d3..1129943 100644
--- a/src/pages/single/index.vue
+++ b/src/pages/single/index.vue
@@ -136,10 +136,10 @@
.main-container {
position: absolute;
- top: 40px;
+ top: 54px;
left: 40px;
right: 40px;
- bottom: 40px;
+ bottom: 54px;
}
}
}
--
Gitblit v1.9.3