无人机管理后台前端(已迁走)
张含笑
2025-11-19 9a267242c8f5c2a2613191bb746dfd177c729734
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;