From 55aa572d4750c29b1bb6b21dae800a2dbe71a9d4 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 13 十二月 2024 14:26:04 +0800
Subject: [PATCH] 删除废弃代码

---
 UI-Project/src/views/Visualization/screenone.vue |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/UI-Project/src/views/Visualization/screenone.vue b/UI-Project/src/views/Visualization/screenone.vue
index 67c968b..25b8983 100644
--- a/UI-Project/src/views/Visualization/screenone.vue
+++ b/UI-Project/src/views/Visualization/screenone.vue
@@ -3,15 +3,12 @@
 import {reactive} from "vue";
 import {useRouter} from "vue-router"
 const router = useRouter()
-
 import request from "@/utils/request"
 import { ref, onMounted } from "vue";
 // import { ref } from 'vue'
 import { ElMessage, ElMessageBox } from 'element-plus'
 //  import LanguageMixin from './lang/LanguageMixin'
-
 const tableData = ref([])
-
 // 鍙戦�佽幏鍙栬〃鏍兼暟鎹殑璇锋眰
 // const fetchTableData = async () => {
 //   try {
@@ -34,19 +31,14 @@
 //   }
 // };
 // onMounted(fetchTableData);
-
-
-
 request.get("unLoadGlass/downStorage/selectStorageCage").then((res) => {
           if (res.code == 200) {
           console.log(res.data);
           tableData.value = res.data
           } else {
           ElMessage.warning(res.msg)
-        
           }
           });
-
 const dialogForm = () => {
   ElMessageBox.confirm(
     '鏄惁鎶ョ己?',
@@ -60,7 +52,6 @@
   .then(() => {
     // this.boxa = true
     // this.box = false
-      
     })
 }
 const open = () => {
@@ -99,7 +90,6 @@
     }
   }
 }
-
 const gridOptions = reactive({
   border:  "full",//琛ㄦ牸鍔犺竟妗�
   keepSource: true,//淇濇寔婧愭暟鎹�
@@ -136,13 +126,8 @@
       'thick': '183.6',
     }
   ]
- 
 })
-
-
-
 </script>
-
 <template>
 <!-- 鐖剁骇妗� -->
 <div class="container">
@@ -161,24 +146,20 @@
     <div class="moving-rect shui"></div>
 </div>
 </template>
-
 <style scoped>
 .container {
     position: relative;
     display: inline-block; /* 浣垮鍣ㄥぇ灏忛�傚簲鍥剧墖澶у皬 */
 }
-
 img {
     display: block; /* 璁╁浘鐗囦互鍧楃骇鍏冪礌鏄剧ず */
     max-width: 100%; /* 纭繚鍥剧墖涓嶈秴鍑哄鍣� */
 }
-
 .moving-rect {
     width: 100px;
     height: 50px;
     position: absolute;
 }
-
 .vertical {
     width: 45px;
     height: 25px;
@@ -188,7 +169,6 @@
     transform: translateX(-50%);
     animation: move-vertical 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
 }
-
 @keyframes move-vertical {
     0% {
         top: 510px; /* 璧峰浣嶇疆 */
@@ -223,7 +203,6 @@
     transform: translateY(-50%);
     animation: move-horizontal 6s infinite; /* 浠庡彸鍒板乏鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
 }
-
 @keyframes move-horizontal {
     0% {
         right: 210px; /* 璧峰浣嶇疆 */
@@ -232,7 +211,6 @@
         right: calc(100% - 1030px); /* 浠庡彸鍒板乏缁撴潫浣嶇疆 */
     }
 }
-
 .xiao {
     width: 45px;
     height: 25px;
@@ -318,7 +296,6 @@
         right: calc(100% - 198px); /* 浠庡彸鍒板乏缁撴潫浣嶇疆 */
     }
 }
-
 .zan {
     width: 25px;
     height: 45px;
@@ -328,7 +305,6 @@
     transform: translateX(-50%);
     animation: move-zan 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
 }
-
 @keyframes move-zan {
     0% {
         top: 570px; /* 璧峰浣嶇疆 */
@@ -346,7 +322,6 @@
     transform: translateX(-50%);
     animation: move-fa 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
 }
-
 @keyframes move-fa {
     0% {
         top: 150px; /* 璧峰浣嶇疆 */
@@ -389,5 +364,4 @@
         right: calc(100% - 610px); /* 缁撴潫浣嶇疆 */
     }
 }
-
 </style>
\ No newline at end of file

--
Gitblit v1.8.0