.lion-table-base{
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  /* padding: 16px; */
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}
