From c567aae08ef771d0461d08bc52e593362f7fda22 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期日, 01 九月 2024 11:59:50 +0800
Subject: [PATCH] 修改页面UI
---
Web/src/views/device/alarmManage/index.vue | 52 ++++++++++++----------------------------------------
1 files changed, 12 insertions(+), 40 deletions(-)
diff --git a/Web/src/views/device/alarmManage/index.vue b/Web/src/views/device/alarmManage/index.vue
index a0b20b3..427b6f8 100644
--- a/Web/src/views/device/alarmManage/index.vue
+++ b/Web/src/views/device/alarmManage/index.vue
@@ -2016,8 +2016,8 @@
}
.grid-item-line-box {
- width: 20px;
- height: 20px;
+ width: 18px;
+ height: 18px;
background-color: rgb(97, 250, 145);
position: absolute;
display: flex;
@@ -2044,7 +2044,6 @@
}
.grid-container {
- margin-top: 10px;
width: 100%;
display: grid;
grid-template-columns: repeat(51, 1fr);
@@ -2053,40 +2052,8 @@
/* 姣忚楂樺害 */
gap: 0px;
/* Gap between cells */
-}
-
-.grid-item {
- background-color: #9c9c9c;
- border: 1px solid #797777;
- text-align: center;
- line-height: 1.4vw;
- /* 琛岄珮 */
- width: 100%;
- /* 鑷�傚簲瀹藉害 */
- height: 100%;
- /* 鑷�傚簲楂樺害 */
- color: #fff;
- font-size: 0.7vw;
-}
-
-.card {
- width: 100%;
- position: absolute;
- border-top: none;
- z-index: 90;
- margin-top: 310px;
-}
-
-.grid-container {
- margin-top: 10px;
- width: 100%;
- display: grid;
- grid-template-columns: repeat(51, 1fr);
- /* 姣忓垪瀹藉害 */
- grid-template-rows: repeat(12, 1fr);
- /* 姣忚楂樺害 */
- gap: 0px;
- /* Gap between cells */
+
+ margin-top: -20px;;
}
.grid-item {
@@ -2103,15 +2070,20 @@
font-size: 0.6vw;
}
+.card {
+ width: 100%;
+ position: absolute;
+ border-top: none;
+ z-index: 90;
+ margin-top: 310px;
+}
+
.active {
background-color: rgb(57, 141, 251);
/* IsUse 涓�1鏃惰儗鏅鑹蹭负钃濊壊 */
color: #f5f5f5;
}
-.active2>div {
- display: none;
-}
.active2>div {
display: none;
}
--
Gitblit v1.8.0