// 路线优化
.patternConfig {
  // margin-top: 15PX;
  height: 100%;
  background-color: $--background-color-base;
  .el-dialog__body {
    padding: 0;
  }
  .main-container {
    border: 0PX solid red;
    width: 100%;
    height: 100%;
    // margin-top: 10PX;
    // margin-bottom: 10PX;
    .panel-content {
      border: 0PX solid green;
      width: 100%;
      height: 680PX;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      .route-filter-container {
        display: flex;
        justify-content: flex-start;
        margin-top: 10PX;
        margin-left: 20PX;
        flex-wrap: wrap;
        .filter {
          width: 30%;
          border: 0PX solid red;
          display: flex;
          padding: 0 0 8PX 0;
          justify-content: flex-start;
          align-items: center;
          .header-span {
            width: 45PX;
            border: 0PX solid red;
            display: flex;
            justify-content: flex-end;
            color: $--color-text-secondary;
            font-size: 14PX;
            font-weight: normal;
            font-stretch: normal;
            line-height: 14PX;
          }
        }
      }
    }
  }
  .table-container {
    .app-container {
      background-color: $--color-white;
      padding: 0;
    }
  }
}
