保安监管系统-验收版本
zhengpz
2021-12-07 dbb160f7ce6c334ee561e551930ec72b5f5db899
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
#avue-view > .morpheus-map-box {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px !important;
}
 
.morpheus-map-box > .el-col {
  height: 100%;
}
 
.morpheus-map-box > .el-col > .el-card {
  position: relative;
  height: 100%;
}
 
.morpheus-map-box > .el-col > .el-card .card-body {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 10px;
  padding: 0px;
  border: 1px solid transparent !important;
  -webkit-box-shadow: 3px 3px 15px -2px black !important;
          box-shadow: 3px 3px 15px -2px black !important;
}
 
.card-body .el-tabs {
  height: 100%;
}
 
.card-body .el-tabs .el-tabs__content {
  height: calc(100% - 55px) !important;
}
 
.zhengJian-icon i.icon-zhengjian {
  font-size: 12px !important;
}
 
.map-people-table .el-table__body-wrapper {
  height: calc(100% - 48px) !important;
  overflow-y: auto !important;
}
 
.track-box .datetime input {
  background: #004ca7 !important;
  color: #fff !important;
}
 
.track-box .datetime input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
}
 
.el-date-editor .el-range-separator {
  color: #fff !important;
}
 
.car-video-box .el-dialog {
  margin-top: 0 !important;
  position: fixed !important;
  top: 200px;
  left: 400px;
  width: 821px;
  height: 450px;
}
 
.car-video-box .el-dialog .el-dialog__body {
  padding: 10px !important;
  height: calc(100% - 50px);
}
 
.car-video-box .el-dialog .el-dialog__body iframe {
  width: 100%;
  height: 100%;
}
 
.see-location .el-dialog__body,
.see-track .el-dialog__body {
  height: 540px;
}
 
.see-location .el-dialog__body .search,
.see-track .el-dialog__body .search {
  position: relative;
  height: 36px;
  line-height: 36px;
}
 
.see-location .el-dialog__body .search .el-date-editor,
.see-track .el-dialog__body .search .el-date-editor {
  position: absolute;
  top: 4px;
}
 
.see-location .el-dialog__body .search .el-button.el-button--text,
.see-track .el-dialog__body .search .el-button.el-button--text {
  position: absolute;
  height: 28px;
  line-height: 28px;
  top: 4px;
  left: 480px;
  padding: 0 8px !important;
}
 
.see-location .el-dialog__body #track_map,
.see-track .el-dialog__body #track_map {
  height: calc(100% - 36px) !important;
}
/*# sourceMappingURL=map.css.map */