.bs_table_styl {
  // overflow: hidden;
  background: #fff;

  .ant-table-pagination-lite {
    padding: 0 8px;
  }
  // 嵌套表格
  .bs_table_styl .ant-table-content>table {
      width: 100% !important;
    }
  :global {

    // bistun样式
    .ant-empty-image {
      background-image: url('../../assets/table_bg.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 160px 160px;
    }

    .ant-empty-image {
      height: 160px !important;
    }

    .ant-empty-img-simple {
      display: none;
    }

    .sula-table-action-wrapper {
      margin-bottom: 8px;
      margin-left: 0;
      margin-right: 0;
    }

    .react-resizable {
      position: relative;
      background-clip: padding-box;
    }

    .react-resizable-handle {
      position: absolute;
      width: 10px;
      height: 100%;
      bottom: 0;
      right: -5px;
      cursor: col-resize;
      z-index: 1;
    }

    .ant-table-tbody {
      position: relative;
    }

    div.spin-loading {
      height: 100% !important;
    }

    .ant-table-cell .table-operate-wrapper {
      .ant-btn-link[disabled] {
        &:not(.ant-btn-dangerous) {
          // HACK:写死颜色，后改成theme变量
          color: #7FA3DD;
        }

        &.ant-btn-dangerous {
          // HACK:写死颜色，后改成theme变量
          color: #F3958E;
        }
      }
    }

  }
}

.table-operate-overlay {
  .ant-btn-link[disabled] {
    &:not(.ant-btn-dangerous) {
      // HACK:写死颜色，后改成theme变量
      color: #7FA3DD;
    }

    &.ant-btn-dangerous {
      // HACK:写死颜色，后改成theme变量
      color: #F3958E;
    }
  }
}
