+
-
+
-
+
+
+
报警ID
+
报警类型
+
报警详情
+
报警时间
+
操作
+
+
+
+
+
报警ID
+
+ 报警类型
+
+
+ 报警详情
+
+
{{ dayjs(item.createTime).format('YYYY-MM-DD') }}
+
查看
+
+
+
+
@@ -85,15 +96,7 @@ $vh_base: 1080;
margin-right: vw(20);
}
-.statistic {
- flex: 1;
- display: flex;
- flex-direction: column;
- gap: vh(10);
- background: $background-color;
-}
-
-.data_box {
+.top_box {
display: flex;
flex-direction: column;
width: 100%;
@@ -107,60 +110,58 @@ $vh_base: 1080;
}
}
-.error_tip_box {
- display: flex;
- align-items: center;
- justify-content: center;
- gap: vw(5);
- margin-right: vw(8);
-
- img {
- width: vw(20);
- height: vh(20);
- }
-
- .error_tip {
- height: vh(26);
- width: vw(81);
- border-radius: vw(13);
- background: rgba(0, 255, 238, 0.12);
- color: rgba(0, 255, 238, 1);
- font-size: vw(10);
- text-align: center;
- line-height: vh(26);
- }
+.end_box {
+ flex: 1;
+ background-color: $background-color;
}
-.error_list {
- flex: 1;
- display: flex;
- gap: vw(10);
- margin: vh(10) vw(15);
- overflow: hidden;
- flex-wrap: nowrap;
- cursor: grabbing;
+.bj-list {
+ margin: vh(10) vw(10);
+ margin-top: vh(16);
+ font-family: 'Roboto Condensed';
+ font-size: vw(12);
- .error_item {
- flex: 0 0 auto;
- width: vw(300);
- padding: vh(10) vw(10);
- color: #fff;
- background: rgba(255, 255, 255, 0.09);
- border: 1px solid rgba(0, 255, 238, 0.5);
- border-radius: vw(8);
+ &>div:first-child {
+ padding: vh(6) 0 vh(6) vw(8);
+ margin-bottom: vh(10);
+ background: rgba(67, 226, 203, 0.1);
+ }
- .item_info {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: vw(14);
- font-weight: bold;
- margin-bottom: vh(10);
- }
+ .bj-grid {
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr 1.6fr 0.7fr;
+ gap: vw(8);
+ place-items: center;
+ width: 100%;
+ box-sizing: border-box;
+ }
- .item_headline {
- font-size: vw(16);
- }
+ .bj-content {
+ height: vh(180);
+ overflow: hidden;
+ box-sizing: border-box;
+ }
+
+ .item {
+ padding: vh(6) 0;
+ padding-left: vw(8);
+ }
+
+ .cell-text {
+ width: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-align: center;
+ box-sizing: border-box;
+ }
+
+ .active {
+ color: rgb(66, 227, 203);
+ background: rgba(67, 226, 203, 0.15);
+ }
+
+ .ellipsis {
+ text-overflow: ellipsis;
}
}