web
2 天以前 2c1dadab445eadb661c08738fc471789d4a4d2af
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<template>
    <div class="container">
        <div class="left">
            <div class="warn">
                <div class="warn-t">报警次数排名</div>
                <div class="warn-c">
                    <div class="warnCharts" ref="warnChart"></div>
                </div>
            </div>
            <div class="pumpList">
                <div class="pumpList-t">泵站列表</div>
                <div class="pumpList-c">
                    <div class="list">
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value error">异常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value offline">离线断开</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                        <div class="listItem">
                            <div class="name">西南楼新风井泵房</div>
                            <div class="value default">正常运行</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="center" >
            <div class="info">
                <div class="infoItem" :class="{active: openStatus.bengfang}" @click="setOpenStatus('bengfang')">
                    <div class="infoItem-t">泵房数目</div>
                    <div class="infoItem-c" v-if="openStatus.bengfang"><span>36</span>个</div>
                </div>
                <div class="infoItem" :class="{active: openStatus.shuibeng}" @click="setOpenStatus('shuibeng')">
                    <div class="infoItem-t">水泵数量</div>
                    <div class="infoItem-c" v-if="openStatus.shuibeng"><span>44</span>个</div>
                </div>
                <div class="infoItem" :class="{active: openStatus.liuliangji}" @click="setOpenStatus('liuliangji')">
                    <div class="infoItem-t">流量计个数</div>
                    <div class="infoItem-c" v-if="openStatus.liuliangji"><span>25</span>个</div>
                </div>
                <div class="infoItem" :class="{active: openStatus.shuijin}" @click="setOpenStatus('shuijin')">
                    <div class="infoItem-t">水浸传感器数量</div>
                    <div class="infoItem-c" v-if="openStatus.shuijin"><span>25</span>个</div>
                </div>
            </div>
            <!-- 地图窗口 -->
            <div class="map">
                <div class="point-box" v-if="tucengVal === 0">
                    <div class="apoint" v-for="(item, index) in pointList" :key="index"
                         :style="`left: ${item?.left}%; top: ${item?.top}%`" @click="clickMsgFun(index)">
                        <img src="../../../assets/images_lc/a-point.png" alt="" />
                        <div class="message" v-show="showMsg === index">
                            <div class="message-item">
                                <span class="name">泵房名称:</span>
                                <span class="val">下瓦房新风井泵房</span>
                            </div>
                            <div class="message-item">
                                <span class="name">水浸状态:</span>
                                <span :class="item.shuijin === '正常' ? 'val-status' : 'err-status'">{{item.shuijin}}</span>
                            </div>
                            <div class="message-item">
                                <span class="name">工作状态:</span>
                                <span :class="item.status === '排水' ? 'val-status' : 'err-status'">{{item.status}}</span>
                            </div>
                            <div class="message-item">
                                <span class="name">供电状态:</span>
                                <span :class="item.gongdain ? 'val-status' : 'err-status'">{{item.gongdain ? '正常' : '异常'}}</span>
                            </div>
                            <div class="message-item">
                                <span class="name">总运行时长:</span>
                                <span class="val-status">{{item.totalTime}}</span>
                            </div>
                            <div class="message-item">
                                <span class="name">其他详细信息:</span>
                                <router-link class="val" to="/screen/pumpInfo">点击跳转</router-link>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="yunxing">
                <div class="yunxing-t">运行情况统计</div>
                <div class="yunxing-c">
                    <div class="list">
                        <div class="item">
                            <div class="item-t">
                                <div class="type">运行正常</div>
                                <div class="num default">68</div>
                            </div>
                            <div class="item-c">
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                            </div>
                        </div>
                        <div class="item">
                            <div class="item-t">
                                <div class="type">运行异常</div>
                                <div class="num error">8</div>
                            </div>
                            <div class="item-c">
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                            </div>
                        </div>
                        <div class="item">
                            <div class="item-t">
                                <div class="type">离线断开</div>
                                <div class="num offline">16</div>
                            </div>
                            <div class="item-c">
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                                <div class="name">西风楼新风井泵房</div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="right">
            <!-- 实时监控 -->
            <div class="js-box">
                <div class="jiankong">
                    <div class="jiankong-t">实时监控</div>
                    <div class="jiankong-c">
                        <div class="switch">
                            <div class="switch-l">泵房监控</div>
                        </div>
                        <div class="video-box">
                            <router-link to="/screen/monitor" class="item">
                                <el-icon><VideoPlay /></el-icon>
                            </router-link>
                        </div>
                    </div>
                </div>
            </div>
            <!-- 报警记录 -->
            <div class="warnRecord">
                <div class="warnRecord-title">报警记录</div>
                <div class="warnRecord-info">
                    <div class="into-t">报警信息</div>
                    <div class="info-list">
                        <div class="item" v-for="(item, index) in warnList" :key="index">
                            <el-tooltip
                                effect="dark"
                                :content="item.facilityName"
                                placement="top"
                            >
                                {{item.facilityName}}
                            </el-tooltip>
                            <el-tooltip
                                effect="dark"
                                :content="item.description"
                                placement="top"
                            >
                                {{item.description}}
                            </el-tooltip>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</template>
 
<script setup lang="ts">
import {onMounted, reactive, onUnmounted, ref} from "vue";
import {getPumpData, getPumpWarning} from '@/api/screen/index.js'
import { ElMessageBox } from 'element-plus'
import * as echarts from 'echarts/core';
import { GridComponent, TooltipComponent } from 'echarts/components';
import { BarChart } from 'echarts/charts';
import { CanvasRenderer } from 'echarts/renderers';
echarts.use([GridComponent, TooltipComponent, BarChart, CanvasRenderer]);
 
 
const warnChart = ref(null)
const tucengVal = ref(0);
const warnList = ref([])
const showMsg = ref(0)
const pointList = ref([])
const dislogOpen = ref(false)
let timer = null;
let warnCharts = null
 
const openStatus = reactive({
    bengfang: false,
    shuibeng: false,
    liuliangji: false,
    shuijin: false
})
 
const warnCode = ['B001StartNumber', 'B002StartNumber', 'B003StartNumber', 'B004StartNumber']
 
const clickMsgFun = (index: number) => {
    showMsg.value = showMsg.value === index ? null : index;
}
 
const setOpenStatus = (type: string) => {
    switch (type) {
        case "bengfang":
            openStatus.bengfang = openStatus.bengfang ? false : true;
            break;
        case "shuibeng":
            openStatus.shuibeng = openStatus.shuibeng ? false : true;
            break;
        case "liuliangji":
            openStatus.liuliangji = openStatus.liuliangji ? false : true;
            break
        case "shuijin":
            openStatus.shuijin = openStatus.shuijin ? false : true;
            break
        default:
            break;
    }
}
 
// 获取报警数据
const getWarning = () => {
    getPumpWarning({limit: 10, page:1}).then(res => {
        warnList.value = res.data.list
        const warnDialogList = res.data.list.filter(el => warnCode.includes(el.code))
        if(!dislogOpen.value && warnDialogList.length > 0) {
            dislogOpen.value=true
            ElMessageBox.confirm(warnDialogList[0].facilityName, warnDialogList[0].description, {
                showCancelButton: false,
                confirmButtonText: '关闭',
                type: 'error'
            }).then(() => {
                console.log('关闭')
            })
        }
    })
}
 
// 获取泵房信息
const getPumpInfo = () => {
    const pump = []
    getPumpData().then(res => {
        res.data.forEach((el, index) => {
            const shuijin = el.parameterVOList.find(item => item.columnsCode === 'SQ')
            const status = el.parameterVOList.find(item => item.columnsCode === '1012')
            const v1 = el.parameterVOList.find(item => item.columnsCode === '2001A')
            const v2 = el.parameterVOList.find(item => item.columnsCode === '2001B')
            const v3 = el.parameterVOList.find(item => item.columnsCode === '2001C')
            pump.push({
                left: 80, top: 20,
                name: el.facilityName,
                totalTime: el.totalTime,
                gongdain: gongdainStatus(Number(v1.columnValue), Number(v2.columnValue), Number(v3.columnValue)),
                shuijin: !Number(shuijin.columnValue) ? '正常' : '异常',
                status: Number(status.columnValue) < 0 ? '吸水' : '排水',
            })
        })
 
        pointList.value = pump
    })
}
 
const initWarnCharts = () => {
    if(warnChart.value) {
        warnCharts = echarts.init(warnChart.value);
        const option = {
            grid: {
                top: '10%',
                bottom: '10%',
                left: '12%'
            },
            tooltip: {
                trigger: 'item',
            },
            xAxis: {
                type: 'category',
                data: ['西南楼', '文化中心', '天津宾馆', '体育中心'],
                axisLabel: {
                    color: '#fff',
                    fontSize: '0.8rem'
                },
            },
            yAxis: {
                type: 'value',
                axisLabel: {
                    color: '#fff',
                    fontSize: '0.8rem'
                },
            },
            series: [
                {
                    data: [120, 200, 150, 80],
                    type: 'bar',
                    itemStyle: {
                        color: {
                            type: 'linear',
                            x: 0,
                            y: 0,
                            x2: 0,
                            y2: 1,
                            colorStops: [{
                                offset: 0, color: '#ff0000' // 0% 处的颜色
                            }, {
                                offset: 1, color: 'rgba(255,255,255,0)' // 100% 处的颜色
                            }],
                        }
                    }
                }
            ]
        }
        warnCharts.setOption(option);
    }
}
 
 
const gongdainStatus = (n1, n2, n3) => {
    if ((n1 > 350 && n1 < 400) && (n2 > 350 && n2 < 400) && (n3 > 350 && n3 < 400)) {
        return true
    } else {
        return false
    }
}
 
onMounted(() => {
    initWarnCharts()
    getPumpInfo()
    getWarning()
    // 定时获取报警信息
    timer = setInterval(() => {
        getWarning()
    }, 5000)
})
onUnmounted(() => {
    if(timer){
        clearInterval(timer)
    }
})
</script>
 
<style lang="scss" scoped>
.container {
    background-image: url("@/assets/images_lc/map.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-size 0.3s ease;
}
.homeSelectName{
    .el-radio-group{
        flex-direction: column;
        align-items: flex-start;
        .el-radio{
            font-size: 1rem;
        }
    }
    .clear{
        margin: 5px 30px 10px 20px;
        text-align: right;
        color: #3aa8ef;
        font-size: 0.8rem;
        cursor: pointer;
    }
}
 
.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    overflow: hidden;
    gap: 1rem;
    .left{
        width: 20%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        .warn{
            height: 40%;
            background-image: url('@/assets/images_lc/realTimeMonitoring.png');
            backdrop-filter: blur(3px);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            &-t {
                background-image: url('@/assets/images_lc/title_font.png');
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding-left: 16%;
                font-size: 1.2rem;
            }
 
            &-c {
                height: 90%;
                .warnCharts{
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .pumpList{
            height: 58%;
            background-image: url('@/assets/images_lc/warnRecord.png');
            backdrop-filter: blur(3px);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            &-t{
                background-image: url('@/assets/images_lc/title_font.png');
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding-left: 16%;
                font-size: 1.3rem;
            }
            &-c{
                height: 90%;
                padding: 1rem;
                .list{
                    height: 100%;
                    overflow-y: scroll;
                    &::-webkit-scrollbar{
                        display: none;
                    }
                    .listItem{
                        width: 100%;
                        padding: 1rem 0;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        .value{
                            padding: 0.5rem 1rem;
                            border-radius: 0.5rem;
                        }
                        .default{
                            background-color: #1ab394;
                        }
                        .error{
                            background-color: #d53333;
                        }
                        .offline{
                            background-color: #aaaaaa;
                        }
                    }
                }
            }
        }
    }
    .center {
        width: 58%;
        display: flex;
        flex-direction: column;
        .info{
            height: 17%;
            display: flex;
            justify-content: space-between;
            .infoItem{
                width: 18%;
                height: 3.5rem;
                background: url("@/assets/images_lc/data_info_bg.png") no-repeat;
                background-size: 100% 100%;
                overflow: hidden;
                position: relative;
                cursor: pointer;
                &-t{
                    font-size: 1.3rem;
                    width: 100%;
                    height: 3rem;
                    line-height: 3rem;
                    text-align: center;
                }
                &-c{
                    width: 100%;
                    text-align: center;
                    position: absolute;
                    bottom: 20%;
                    span{
                        font-size:2rem;
                    }
                }
                &.active{
                    width: 18%;
                    height: 8.6rem;
                    background: url("@/assets/images_lc/data_info_bg_zk.png") no-repeat;
                    background-size: 100% 100%;
                }
            }
        }
        .map {
            height: 53%;
            .point-box{
                width: 100%;
                height: 100%;
                position: relative;
                .apoint{
                    position: absolute;
                    img{
                        width: 1.5rem;
                        height: 3rem
                    }
                    .message{
                        width: 12rem;
                        height: 12rem;
                        background: url("@/assets/images_lc/point-message.png") no-repeat;
                        backdrop-filter: blur(3px);
                        background-size: 100% 100%;
                        padding: 0 0.2rem;
                        position: absolute;
                        right: 2rem;
                        top: 0;
                        z-index: 100;
                        .message-item{
                            font-size: 0.7rem;
                            padding: 0.5rem 0 0.5rem 0.9rem;
                            .name{
                                margin-right: 0.5rem;
                            }
                            .val-status{
                                color: #22E195;
                            }
                            .err-status{
                                color: red;
                            }
                        }
                    }
                }
            }
        }
        .yunxing{
            height: 30%;
            background-image: url('@/assets/images_lc/yunxing-statis.png');
            backdrop-filter: blur(3px);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            &-t{
                background-image: url('@/assets/images_lc/title_font.png');
                background-repeat: no-repeat;
                background-size: 40% 100%;
                padding-left: 6%;
                font-size: 1.3rem;
            }
            &-c{
                height: 90%;
                .list{
                    height: 100%;
                    width: 100%;
                    display: flex;
                    padding-left: 1rem;
                    .item{
                        width: 33%;
                        &-t{
                            display: flex;
                            align-items: center;
                            height: 20%;
                            .type{
                                width: 50%;
                            }
                            .num{
                                font-size: 1.3rem;
                            }
                            .default{
                                color: #1ab394;
                            }
                            .error{
                                color: #f61731;
                            }
                            .offline{
                                color: #acacac;
                            }
                        }
                        &-c{
                            height: 70%;
                            display: flex;
                            flex-wrap: wrap;
                            overflow-y: scroll;
                            &::-webkit-scrollbar{
                                display: none;
                            }
                            .name{
                                width: 50%;
                                padding-top: 1rem;
                            }
                        }
                    }
                }
            }
        }
    }
 
    .right {
        width: 20%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        .js-box{
            height: 40%;
        }
        .jiankong {
            height: 100%;
            background-image: url('@/assets/images_lc/realTimeMonitoring.png');
            backdrop-filter: blur(3px);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            &-t {
                background-image: url('@/assets/images_lc/title_font.png');
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding-left: 16%;
                font-size: 1.2rem;
            }
 
            &-c {
                height: 90%;
                .switch {
                    height: 15%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 0 1.5rem;
 
                    .switch-l {
                        font-weight: 700;
                    }
                    .switch-r{
                        display: flex;
                        gap: 1rem;
                    }
                    .more {
                        width: 6rem;
                        height: 1.5rem;
                        line-height: 1.5rem;
                        text-align: center;
                        background-image: url('@/assets/images_lc/switch.png');
                        background-size: 100% 100%;
                        color: #cfcfcf;
                        font-size: 0.9rem;
                    }
 
                    .single {
                        width: 6rem;
                        height: 1.5rem;
                        line-height: 1.5rem;
                        text-align: center;
                        background-image: url('@/assets/images_lc/switch.png');
                        background-size: 100% 100%;
                        color: #cfcfcf;
                        font-size: 0.9rem;
                    }
                    .active{
                        color: #fff;
                    }
                }
                .video-box{
                    height: 80%;
                    padding: 0 1rem;
                    .item{
                        height: 100%;
                        background-color: #000;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 3rem;
                    }
                }
            }
        }
 
        .warnRecord {
            height: 58%;
            background-image: url('@/assets/images_lc/warnRecord.png');
            backdrop-filter: blur(3px);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            display: flex;
            flex-direction: column;
            .warnRecord-title {
                background-image: url('@/assets/images_lc/title_font.png');
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding-left: 16%;
                font-size: 1.3rem;
            }
            .warnRecord-info {
                width: 90%;
                height: 90%;
                margin: auto;
                overflow-y: scroll;
                &::-webkit-scrollbar{
                    display: none;
                }
                .into-t{
                    height: 10%;
                    font-size: 1.2rem;
                    padding-top: 0.3rem;
                }
                .info-list{
                    height: 90%;
                    .item{
                        padding: 0.5rem 0;
                        display: flex;
                        justify-content: space-between;
                        font-size: 0.8rem;
                        :deep(.el-only-child__content){
                            width: 50%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                    }
                }
            }
            .warnRecord-datashow {
                height: 50%;
                .warning {
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}
</style>