无人机管理后台前端(已迁走)
张含笑
2025-11-19 9a267242c8f5c2a2613191bb746dfd177c729734
feat:禁止改为灰色
2 files modified
34 ■■■■ changed files
src/styles/element-ui.scss 30 ●●●● patch | view | raw | blame | history
src/views/layerManagement/components/rightEdit.vue 4 ●●● patch | view | raw | blame | history
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;
src/views/layerManagement/components/rightEdit.vue
@@ -377,7 +377,9 @@
  backdrop-filter: blur(4px);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 12px;
:deep(.el-select__wrapper.is-disabled .el-select__selected-item){
color: rgba(255,255,255,0.37) !important;
}
  :deep(.el-textarea__inner) {
    background: transparent !important;
    color: #ffffff;