liuyg
2021-08-02 d2e76fb70eea883bf4a365c8b795f3f2ce9d6de8
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
// 保安人员管理相关样式
#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%;
 
  & > .el-card {
    position: relative;
    height: 100%;
 
    .card-body {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      margin: 10px;
      padding: 0px;
      // height: calc(100% - 40px) !important;
      border: 1px solid transparent !important;
      box-shadow: 3px 3px 15px -2px rgb(0, 0, 0) !important;
    }
  }
}
 
.card-body {
  .el-tabs {
    height: 100%;
 
    .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;
      &::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff !important;
      }
    }
  }
}
 
.el-date-editor .el-range-separator {
  color: #fff !important;
}