shuishen
2021-07-23 4e6dd4f6d63ed5e563603927eed742ec923b25da
src/styles/map.scss
@@ -1,6 +1,6 @@
// 保安人员管理相关样式
#avue-view {
  &>.morpheus-map-box {
  & > .morpheus-map-box {
    position: absolute;
    top: 40px;
    left: 0px;
@@ -10,10 +10,10 @@
  }
}
.morpheus-map-box>.el-col {
.morpheus-map-box > .el-col {
  height: 100%;
  &>.el-card {
  & > .el-card {
    position: relative;
    height: 100%;
@@ -54,3 +54,19 @@
    overflow-y: auto !important;
  }
}
.track-box {
  .datetime {
    input {
      background: #004ca7 !important;
      &::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff !important;
      }
    }
  }
}
.el-date-editor .el-range-separator {
  color: #fff !important;
}