.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: 12px;
    width: auto;
    border-radius: 5px;
    margin: 0 auto;
    .#{$ns}Select-arrow{
      margin-right: 0;
      svg {
        color: inherit;
      }
    }
    &:first-child {
      margin-left: 3px;
    }
    &:last-child {
      margin-right: 0;
    }
    .is-opened svg{
        transform:rotate(180deg)
    }
  }
  .#{$ns}Button--link{
    &:hover{
      background-color: #e5e7eb;
    }
    margin-right:0.1875rem;
    border: var(--Button-borderWidth) solid transparent;
  }
  .#{$ns}Button {
    &:last-child {
      margin-right: 0;
    }
  }
}
// Jay
.#{$ns}ActionSheet {
  .#{$ns}Button--link {
    font-size: 13px;
    color: #666;
  }
  
}
// 表格操作按钮
.#{$ns}Table-table .#{$ns}OperationField button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  // height: auto;
  height: 24px;
  line-height: 1;
  padding: 0 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;
  // }
}
