From 1d3f8dc16ca98b14a40da8c70a405793295faa78 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 23 四月 2025 13:47:45 +0800
Subject: [PATCH] 系统配置页面修改bug,上片新增页面
---
UI-Project/src/views/Visualization/screenone.vue | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/UI-Project/src/views/Visualization/screenone.vue b/UI-Project/src/views/Visualization/screenone.vue
index 67c968b..4ff7068 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,13 @@
// }
// };
// 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 +51,6 @@
.then(() => {
// this.boxa = true
// this.box = false
-
})
}
const open = () => {
@@ -99,7 +89,6 @@
}
}
}
-
const gridOptions = reactive({
border: "full",//琛ㄦ牸鍔犺竟妗�
keepSource: true,//淇濇寔婧愭暟鎹�
@@ -136,13 +125,8 @@
'thick': '183.6',
}
]
-
})
-
-
-
</script>
-
<template>
<!-- 鐖剁骇妗� -->
<div class="container">
@@ -161,24 +145,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 +168,6 @@
transform: translateX(-50%);
animation: move-vertical 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
}
-
@keyframes move-vertical {
0% {
top: 510px; /* 璧峰浣嶇疆 */
@@ -223,7 +202,6 @@
transform: translateY(-50%);
animation: move-horizontal 6s infinite; /* 浠庡彸鍒板乏鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
}
-
@keyframes move-horizontal {
0% {
right: 210px; /* 璧峰浣嶇疆 */
@@ -232,7 +210,6 @@
right: calc(100% - 1030px); /* 浠庡彸鍒板乏缁撴潫浣嶇疆 */
}
}
-
.xiao {
width: 45px;
height: 25px;
@@ -318,7 +295,6 @@
right: calc(100% - 198px); /* 浠庡彸鍒板乏缁撴潫浣嶇疆 */
}
}
-
.zan {
width: 25px;
height: 45px;
@@ -328,7 +304,6 @@
transform: translateX(-50%);
animation: move-zan 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
}
-
@keyframes move-zan {
0% {
top: 570px; /* 璧峰浣嶇疆 */
@@ -346,7 +321,6 @@
transform: translateX(-50%);
animation: move-fa 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
}
-
@keyframes move-fa {
0% {
top: 150px; /* 璧峰浣嶇疆 */
@@ -389,5 +363,4 @@
right: calc(100% - 610px); /* 缁撴潫浣嶇疆 */
}
}
-
</style>
\ No newline at end of file
--
Gitblit v1.8.0