+
-
+
{{ infoObject.updateTime }}
@@ -34,7 +35,7 @@
}}
{{ infoObject.errorCode }}
- {{ infoObject.alarmTitle }}
+ {{ infoObject.alarmTitle }}
{{ infoObject.abnormalDescription }}
{{ infoObject.deviceInfo }}
@@ -291,15 +292,18 @@
font-size: @font-size-base;
border-bottom: 1px solid @primary-color;
}
- .card {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 5px;
+ .boxstyle {
+ width: 100%;
height: 35px;
- background-color: @primary-color;
+ display: flex;
+ position: relative;
+ color: rgba(51, 51, 51, 1);
+ font-size: 16px;
+ font-weight: 700;
}
:deep(.ant-descriptions-item-label) {
- width: 25%;
+ width: 134px;
+ text-align: center;
+ font-weight: 700;
}
diff --git a/hx-ai-intelligent/src/view/alarmManagement/gatewayAlarm/look.vue b/hx-ai-intelligent/src/view/alarmManagement/gatewayAlarm/look.vue
index 70227bf..73256ae 100644
--- a/hx-ai-intelligent/src/view/alarmManagement/gatewayAlarm/look.vue
+++ b/hx-ai-intelligent/src/view/alarmManagement/gatewayAlarm/look.vue
@@ -11,11 +11,12 @@
-
-
+
-
+
{{ infoObject.updateTime }}
@@ -276,18 +277,13 @@
height: 35px;
display: flex;
position: relative;
- font-size: @font-size-base;
- border-bottom: 1px solid @primary-color;
- }
- .card {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 5px;
- height: 35px;
- background-color: @primary-color;
+ color: rgba(51, 51, 51, 1);
+ font-size: 16px;
+ font-weight: 700;
}
:deep(.ant-descriptions-item-label) {
- width: 25%;
+ width: 134px;
+ text-align: center;
+ font-weight: 700;
}
diff --git a/hx-ai-intelligent/src/view/equipmentControl/liftSystem/index.vue b/hx-ai-intelligent/src/view/equipmentControl/liftSystem/index.vue
index ae1058a..3284438 100644
--- a/hx-ai-intelligent/src/view/equipmentControl/liftSystem/index.vue
+++ b/hx-ai-intelligent/src/view/equipmentControl/liftSystem/index.vue
@@ -29,9 +29,17 @@