index.scss 1.35 KB
.zee-scheme {
  &__header {
    margin-bottom: 10px;
  }
  &__filter {
    border: 1px solid #ebeef5;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  &__action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    .el-button + .el-button {
      margin-left: 0;
    }
    .el-button {
      margin-right: 10px;
      margin-bottom: 10px;
    }
  }
  &__table {
    &-operation {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      .el-button + .el-button {
        margin-left: 0;
      }
      .el-button {
        margin-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
      }
    }
  }
  &__dialog-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }
  &__footer {
    margin-top: 10px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .selection-info {
      word-break: break-all;
      white-space: nowrap;
      font-size: 12px;
      color: #606266;
      .num {
        color: #000;
        font-weight: bold;
        padding: 0 5px;
        font-size: 16px;
      }
      .el-button {
        margin-left: 5px;
      }
    }
    .el-pagination {
      flex: auto;
    }
  }
}