From 3c6bdb6f439ff7af04765259fd6a91b6d201d095 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 19 六月 2025 17:12:25 +0800
Subject: [PATCH] 工单,数据中心用户查看数据的权限,合同考核每日,以及导出每日和按月

---
 src/views/screen/components/screen-wrapper/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/screen/components/screen-wrapper/index.vue b/src/views/screen/components/screen-wrapper/index.vue
index b80e0e0..e68695b 100644
--- a/src/views/screen/components/screen-wrapper/index.vue
+++ b/src/views/screen/components/screen-wrapper/index.vue
@@ -1,27 +1,27 @@
 <template>
   <div class="wrapper-container">
-    <select-item></select-item>
+    <!-- <select-item></select-item>
     <div class="return-button" @click="returnPath">
       杩斿洖
     </div>
-    <div class="wrapper-content">
+    <div class="wrapper-content"> -->
       <screen-map-three :loadEnd="isEnd"></screen-map-three>
-      <div class="left-container wrapper">
+      <!-- <div class="left-container wrapper">
         <screen-face class="enter-left" :class="{ 'animate-enter-x': isEnd }"></screen-face>
         <screen-car class="enter-left animate-delay-1" :class="{ 'animate-enter-x': isEnd }"></screen-car>
         <screen-video class="enter-left animate-delay-2" :class="{ 'animate-enter-x': isEnd }"></screen-video>
       </div>
       <div class="center-container center-wrapper">
         <screen-map-cover></screen-map-cover>
-        <screen-table class="enter-top" :class="{ 'animate-enter-y': isEnd }"></screen-table>
+        <screen-table class="enter-top" :class="{ 'animate-enter-y': isEnd }"></screen-table> -->
         <!-- <screen-detection></screen-detection> -->
 
-      </div>
+      <!-- </div>
       <div class="right-container wrapper">
         <screen-examine class="enter-right" :class="{ 'animate-enter-x': isEnd }"></screen-examine>
         <screen-data class="enter-right animate-delay-1" :class="{ 'animate-enter-x': isEnd }"></screen-data>
       </div>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -90,11 +90,11 @@
 }
 
 .wrapper-container {
-  width: 100%;
-  height: 100%;
+  width: 46%;
+  height: 54%;
   position: absolute;
-  top: 0;
-  left: 0;
+  top: 11%;
+  left: 27%;
   z-index: 1;
 
   .wrapper-content {
@@ -194,4 +194,4 @@
     transform: translateY(0);
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0