智慧园区前端大屏
shuishen
2024-11-08 a8b22d9a1bbee15caa378c7c3af519db51c97efc
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;