无人机管理后台前端(已迁走)
chenyao
2025-11-28 cf55e57ac8e892c321cc9eeb79e14b39e7d80e82
src/styles/element-ui.scss
@@ -184,25 +184,37 @@
  .ztzf-layer-search {
   color: #fff !important;
   background-color: transparent !important;
   .el-select__wrapper {
     background-color: transparent !important;
   }
   .el-select__popper.el-popper {
     background-color: transparent !important;
   }
   .el-popper.is-light {
     background-color: transparent !important;
   }
     .el-select__placeholder {
        &.is-transparent {
           color: rgba(255,255,255,0.37) !important;
        }
        &.el-select__selected-item {
           color: #ffffff;
        }
     }
   
   .el-select__placeholder {
     &.is-transparent {
      color: rgba(255,255,255,0.37) !important;
     }
     &.is-disabled {
      color: rgba(255,255,255,0.37) !important;
     }
   }
   .el-select__selected-item {
     color: #ffffff !important;
     &.is-disabled {
      color: rgba(255,255,255,0.37) !important;
      z-index: 99;
     }
   }
  }
  .ztzf-select-popper.el-select__popper {
     border:#2D2D2D !important;