From 5720fea08f4069bf29ec7ea9ea6a6b762529e5fa Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 05 七月 2024 17:00:25 +0800
Subject: [PATCH] 大理片笼更改获取方式,下片台下拉选回显,用户管理、权限管理、角色管理页面及接口
---
UI-Project/src/views/Visualization/screenone.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/Visualization/screenone.vue b/UI-Project/src/views/Visualization/screenone.vue
index f6001bc..67c968b 100644
--- a/UI-Project/src/views/Visualization/screenone.vue
+++ b/UI-Project/src/views/Visualization/screenone.vue
@@ -183,7 +183,7 @@
width: 45px;
height: 25px;
background-color: #409EFF;
- top: 485px; /* 鍒濆浣嶇疆 */
+ top: 510px; /* 鍒濆浣嶇疆 */
left: 899px; /* 姘村钩灞呬腑 */
transform: translateX(-50%);
animation: move-vertical 6s infinite; /* 浠庝笂鍒颁笅鍔ㄧ敾锛屾寔缁�6绉掞紝鏃犻檺寰幆 */
@@ -191,7 +191,7 @@
@keyframes move-vertical {
0% {
- top: 485px; /* 璧峰浣嶇疆 */
+ top: 510px; /* 璧峰浣嶇疆 */
}
100% {
top: calc(100% - 210px); /* 浠庝笂鍒颁笅缁撴潫浣嶇疆 */
--
Gitblit v1.8.0