无人机管理后台前端(已迁走)
张含笑
2025-10-28 0f16db42e4e331bfaf084c27ca602c275e87668d
src/styles/element-ui.scss
@@ -98,7 +98,7 @@
      .el-dialog__headerbtn {
        position: absolute;
        left: 0;
        top: 14px;
        //top: 14px;
        .el-dialog__close {
          color: #fff;
@@ -111,10 +111,13 @@
}
.ztzf-drawer-body-basic-container {
  .el-drawer__header {
    margin-bottom: 0;
  }
  .el-drawer__body {
    display: flex;
    flex-direction: column;
  }
}
@@ -146,6 +149,51 @@
    }
  }
}
.ztzf-input {
   .el-input__wrapper {
      padding: 0 8px !important;
      // background: #2D2D2D;
    background-color: transparent !important;
      box-shadow: none !important;
      border: 1px solid #fff;
      .el-input__inner {
         color: #ffffff;
         &::placeholder {
        color: rgba(255,255,255,0.37);
         }
      }
   }
   &.is-disabled {
      .el-input__wrapper {
         background-color: #012a50;
      }
   }
}
.ztzf-button {
  background-color: transparent !important;
  color: #fff !important;
}
.ztzf-el-tree {
  background-color: transparent !important;
  --el-tree-node-hover-bg-color:transparent !important;
  color: #fff !important;
}
.ztzf-layer-search {
  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;
  }
}
//======以下针对表格功能 增删查改样式和弹窗=========
.ztzf-dialog-mange {
  .el-dialog__body {
@@ -177,6 +225,9 @@
.ztzf-form-mange {
  .el-form-item {
    width: 300px;
    .el-form-item__content {
      width: 100%;
    }
    .el-form-item__label {
      width: 120px;
    }
@@ -228,4 +279,4 @@
    box-sizing: border-box;
    background: #fafafa;
  }
}
}