无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
src/styles/element-ui.scss
@@ -115,4 +115,56 @@
    display: flex;
    flex-direction: column;
  }
}
}
.ztzf-public-general-avue-crud {
  .el-table {
    tr {
      min-height: 30px !important;
      line-height: 30px !important;
      box-sizing: border-box !important;
    }
    tr th,
    tr td {
      padding: 6px 0 !important;
      min-height: 30px !important;
      line-height: 30px !important;
      box-sizing: border-box !important;
      div.cell {
        min-height: 30px !important;
        line-height: 30px !important;
      }
    }
  }
}
// ----------空域规划-----空域录入样式相关----------
.airspace-dialog {
  .el-dialog__header {
    span {
      padding-left: 16px !important;
      display: inline-block;
    }
    .el-dialog__title {
      font-family: 'Source Han Sans CN' !important;
      font-weight: bold !important;
      font-size: 16px !important;
      color: #363636 !important;
    }
  }
  .el-dialog__body {
    .el-textarea__inner {
      resize: none !important;
    }
    .el-form-item {
      margin-bottom: 8px !important;
    }
  }
}
// ----------空域规划-----空域录入样式相关----------