独墅湖高教创新区危化品智慧管控平台(新危化品)
马宇豪
2025-04-21 5f5558207adacdd523bcceadfedd4b3b8e90dbd8
修改大屏
已修改1个文件
52 ■■■■ 文件已修改
src/views/hazardousChemicals/bigScreen/components/leftTop.vue 52 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hazardousChemicals/bigScreen/components/leftTop.vue
@@ -143,42 +143,9 @@
  background: rgba(6,24,88,.6);
  color: #fff;
  :deep(.el-input__inner){
    font-size: 10px;
    color: red !important
  }
  .el-icon{
    display: none;
    color: #fff;
  }
}
.el-select {
  width: 100%;
  height: 24px;
}
:v-deep(.el-popper) {
  background-color: rgba(10, 31, 92, 1);
  border: 1px solid rgba(17, 254, 238, .4);
  color: #11FEEE;
  .el-icon {
    color: #11FEEE;
  }
  .el-select-dropdown__item {
    color: #11FEEE;
  }
  .el-select-dropdown__item.hover {
    background: #0049af;
  }
}
:v-deep(.el-popper__arrow) {
  &::before {
    background-color: rgba(10, 31, 92, .6) !important;
    border: 1px solid rgba(17, 254, 238, .4);
  }
}
</style>
@@ -190,8 +157,11 @@
    border: 1px solid #11FEEE;
    background: rgba(6,24,88,.6);
    color: #fff;
    :deep(.el-input__inner){
  }
  .el-select {
    width: 100%;
    height: 24px;
    input.el-input__inner{
      font-size: 10px;
      color: #fff !important
    }
@@ -200,30 +170,22 @@
      color: #fff;
    }
  }
  .el-select {
    width: 100%;
    height: 24px;
  }
  :deep(.el-popper) {
    background-color: rgba(10, 31, 92, 1);
    background: rgba(10,31,92,1) !important;
    border: 1px solid rgba(17, 254, 238, .4);
    color: #11FEEE;
    .el-icon {
      color: #11FEEE;
    }
    .el-select-dropdown__item {
      color: #11FEEE;
    }
    .el-select-dropdown__item.hover {
      background: #0049af;
    }
  }
  :v-deep(.el-popper__arrow) {
  ::v-deep(.el-popper__arrow){
    &::before {
      background-color: rgba(10, 31, 92, .6) !important;
      border: 1px solid rgba(17, 254, 238, .4);