无人机管理后台前端(已迁走)
张含笑
2025-10-27 12e68e6acc270263c0bea2baf72f3853eafe93e2
src/styles/element-ui.scss
@@ -149,6 +149,28 @@
    }
  }
}
.ztzf-input {
   .el-input__wrapper {
      padding: 0 8px !important;
      background: #012a50;
      box-shadow: none !important;
      border: 1px solid #51a8ff;
      .el-input__inner {
         color: #ffffff;
         &::placeholder {
            color: #8ac3fd;
         }
      }
   }
   &.is-disabled {
      .el-input__wrapper {
         background-color: #012a50;
      }
   }
}
//======以下针对表格功能 增删查改样式和弹窗=========
.ztzf-dialog-mange {
  .el-dialog__body {