.lion-table-container-fixed-wrapper{
  .lion-talbe--fix--right--shadow {
    box-shadow: -4px 0 6px -2px rgb(0 0 0 / 12%);
  }
  .lion-talbe--fix--left--shadow {
    box-shadow: 4px 0 6px -2px rgb(0 0 0 / 12%);
  }
  .lion-table-container-fixed-wrapper--left {
    width: 50px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
    overflow: hidden;
    transition: box-shadow 0.3s;
    border-top:1px solid #f0f0f0;
    /* box-shadow: 4px 0 6px -2px rgb(0 0 0 / 12%); */
    .lion-table-container-fixed-header {
      border-right: 1px solid #f0f0f0;
      overflow: hidden;
      min-width: inherit;
      position: absolute;
      border-radius:4px 0 0 0;
      background-color: #f8f8f9;
      top:0px;
      left: 0px;
    }
    .lion-table-container-fixed-body {
      min-width: inherit;
      overflow: hidden;
      top:40px;
      left: 0px;
      position: absolute;
      border-radius:4px 0 0 0;
      background-color: #fff;
     @media screen and (min-width:1280px) and (max-width:1440px) {
        top: 25px;
      }
      @media screen and (min-width:1441px) and (max-width:1680px) {
        top: 30px;
      }
      // border-bottom: 1px solid #f0f0f0;
      // // border-right: 1px solid #f0f0f0;
      ::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 0px !important; /*高宽分别对应横竖滚动条的尺寸*/
        height: 0px !important;
        /* border-radius   : 10px; */
      }

      ::-webkit-scrollbar-corner {
        background-color: #f6f6f6;
      }

      ::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 0px;
        background-color: #cdcdcd;
        background-image: -webkit-linear-gradient(
          45deg,
          rgba(255, 255, 255, 0.2) 25%,
          transparent 25%,
          transparent 50%,
          rgba(255, 255, 255, 0.2) 50%,
          rgba(255, 255, 255, 0.2) 75%,
          transparent 75%,
          transparent
        );
      }

      ::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #f6f6f6;
        border-radius: 0px;
      }
    }
    .fix--hidden {
      visibility: hidden;
    }
  }
  .lion-table-container-fixed-wrapper--right {
    width: 200px;
    background: #fff;
    /* box-shadow: -4px 0 6px -2px rgb(0 0 0 / 12%); */
    right: 5px;
    position: absolute;
    top: 0px;
    z-index: 5;
    overflow: hidden;
    transition: box-shadow 0.3s;
    border-top: 1px solid #f0f0f0;
    /* border-left:1px solid #f0f0f0; */
    .lion-table-container-fixed-header {
      min-width: inherit;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      top:0px;
      right:0px;
    }
    .lion-table-container-fixed-body {
      min-width: inherit;
      overflow: hidden;
      right:0px;
      top:40px;
      position: absolute;
   
     @media screen and (min-width:1280px) and (max-width:1440px) {
        top:25px;
      }
      @media screen and (min-width:1441px) and (max-width:1680px) {
        top:30px;
      }
      // border-bottom: 1px solid #f0f0f0;
      // // border-right: 1px solid #f0f0f0;
      ::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 0px !important; /*高宽分别对应横竖滚动条的尺寸*/
        height: 0px !important;
        /* border-radius   : 10px; */
      }

      ::-webkit-scrollbar-corner {
        background-color: #f6f6f6;
      }

      ::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 2px;
        background-color: #cdcdcd;
        background-image: -webkit-linear-gradient(
          45deg,
          rgba(255, 255, 255, 0.2) 25%,
          transparent 25%,
          transparent 50%,
          rgba(255, 255, 255, 0.2) 50%,
          rgba(255, 255, 255, 0.2) 75%,
          transparent 75%,
          transparent
        );
      }

      ::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #f6f6f6;
        border-radius: 2px;
      }
    }
  }
}
