From a8b22d9a1bbee15caa378c7c3af519db51c97efc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 08 Nov 2024 12:31:44 +0800
Subject: [PATCH] 企业详情样式调整; 企业详情加载范围瀑布图;
---
src/views/layout/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index a997adb..7d877b2 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:24
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-07 19:24:45
+ * @LastEditTime: 2024-11-08 11:50:25
* @FilePath: \bigScreen\src\views\layout\index.vue
* @Description:
*
@@ -10,7 +10,7 @@
-->
<template>
<div class="wrapper">
- <div v-if="showSinglePage" class="main-content" id="MainContent">
+ <div v-if="showSinglePage" class="main-content single-page" id="MainContent">
<div class="w100 h100">
<div class="main-header">
<div class="title">吉水化工园区“一园一策一图”VR平台</div>
@@ -36,8 +36,8 @@
<main-search></main-search>
<main-tool></main-tool>
- <div v-if="showSubLayout" class="main-container">
- <router-view></router-view>
+ <div v-if="showSubLayout" class="w100 h100">
+ <router-view class="w100 h100"></router-view>
</div>
<div v-if="!showSubLayout" class="w100 h100">
@@ -127,6 +127,12 @@
pointer-events: none;
+ &.single-page {
+ background: url(/images/header.png) no-repeat center / 100% 100%,
+ url(/images/pro-bg.png) no-repeat center / 100% 100%,
+ rgba(0, 0, 0, 1);
+ }
+
.main-header {
position: absolute;
top: 0;
--
Gitblit v1.9.3