


 .pisell-grid-pro{

  .cursor-pointer{
    cursor: pointer;
  
  }
  // .pisell-grid-pro-header{}

  .pisell-grid-pro-toolbar{
    .pisell-lowcode-form-item{
      margin-bottom: 0;
    }
    .pisell-date-range-picker>div>div{
      border-radius: 10px;
    }
  }

  .pisell-grid-pro-view {
    flex: 1;
    overflow: auto;
    padding-bottom: 16px;
    .order-id-link {
      color: #6b46ff;
      cursor: pointer;
      font-weight: 500;
    }
  
    .order-id-link-badge{
      position: absolute;
      right: 2px;
      top: 2px;
      background-color: #FEDF89;
      line-height: 22px;
      font-size: 12px;
      color: #000000;
      padding: 0 12px;
      border-radius: 11px;
    }
    .tags-container{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    // 复合单元
    .compound-cell {
      .title {
        color: #1a1a1a;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
      }
      .subtitle {
        color: #8c8c8c;
        font-size: 12px;
        line-height: 20px;
      }
    }
  }
  .pisell-grid-pro-footer {
    margin-top: 0;
    .pisell-lowcode-pagination {
      border: none;
    }
  
    .pisell-lowcode-pagination-prev {
      padding: 8px 14px;
      height: 40px;
      white-space: nowrap;
    }
  
    .pisell-lowcode-pagination-next {
      padding: 8px 14px;
      height: 40px;
      white-space: nowrap;
    }
  
    .pisell-lowcode-pagination-item {
      padding: 10px 14px;
      min-width: 40px;
      height: 40px;
      & > a{
        white-space: nowrap;
      }
    }
  
    .pisell-lowcode-pagination-jump-prev,
    .pisell-lowcode-pagination-jump-next {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px;
      height: 40px;
    }
  
    .pisell-lowcode-pagination-options {
      margin-left: 30px;
  
      .pisell-lowcode-select {
        min-width: 80px;
        height: 40px;
  
        .pisell-lowcode-select-selector {
          padding: 10px 14px;
          height: 40px;
          .pisell-lowcode-select-selection-search-input {
            height: 100%;
          }
        }
      }
    }
  }
 }

 

 






