.lion-popover-operation {
  .btn-container {
    text-align: center;
  }
  .btn-container:hover {
    background-color: #e9f1fd;
  }
  .ant-popover-inner-content {
    padding: 5px 0;
  }
}
.#{$ns}OperationField {
  display: flex;
  align-items: center;
  // Jay
  .extendBtn {
    display: inline-block;
    cursor: pointer;
    color: var(--saas-Title-Text);
  }
  .rotate {
    font-weight: 800;
    transform: rotate(90deg);
    letter-spacing: 2px;
  }
  .btnreset{
    transform: rotate(0deg);
  }
  .#{$ns}Button-arrow{
    font-size: 13px;
    width: auto;
    border-radius: 5px;
    margin: 0 auto;
    .#{$ns}Select-arrow{
      margin-right: 0;
    }
    @media screen and (min-width:1280px) and (max-width:1440px) {
      .#{$ns}Select-arrow{
        margin-top:2.5px;
      }
      font-size: 12px;
    }
    @media screen and (min-width:1441px) and (max-width:1680px) {
      font-size: 12px;
      .#{$ns}Select-arrow{
        margin-top:5px;
      }
    }
    .is-opened svg{
        transform:rotate(180deg)
    }
  }
  .#{$ns}Button--link{
    &:hover{
      background-color: #e5e7eb;
    }
    margin-right:0.1875rem;
    border: var(--Button-borderWidth) solid transparent;
  }
    
}
// Jay
.#{$ns}ActionSheet {
  .#{$ns}Button--link {
    font-size: 13px;
    color: #666;
  }
  
}
// 表格操作按钮
.#{$ns}Table-table .#{$ns}OperationField button {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  padding: 1px 6px;
  @media screen and (min-width:1280px) and (max-width:1440px) {
    padding: 1px 2px
  }
  @media screen and (min-width:1441px) and (max-width:1680px) {
    padding: .125rem .25rem;
    line-height: 1.3rem;
  }
}
