From 5d44db7dc438fdad628a1d371ddcebca742a806c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 06 Apr 2023 20:28:15 +0800
Subject: [PATCH] 滚动条更改
---
src/views/layout/index.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index 87954b4..ddd68d6 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,8 +2,8 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:24
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-04-04 13:18:56
- * @FilePath: \hbsl\src\views\layout\index.vue
+ * @LastEditTime: 2023-04-06 20:27:54
+ * @FilePath: \bigScreen\src\views\layout\index.vue
* @Description:
*
* Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
@@ -12,7 +12,7 @@
<div class="wrapper">
<map-box ref="modalForm">
<!-- 主体内容区域 -->
- <div slot="mainContent" class="main-content" id="MainContent">
+ <div slot="mainContent" class="main-content" id="MainContent">
<div class="main-header">
<div class="title">
湖北省水库大坝监测平台
@@ -47,21 +47,23 @@
position: relative;
width: 100%;
height: 100%;
+
#MainContent {
- position: fixed;
+ position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
}
+
.main-content {
-
+
height: 1080px;
background:
url(/images/header.png) no-repeat center / 100% 100%,
url(/images/pro-bg.png) no-repeat center / 100% 100%;
-
+
pointer-events: none;
.main-header {
--
Gitblit v1.9.3