
.ScrollTextCell{
  max-height:120px;
  max-width: 200px;
  overflow: auto;
  border: 1px dashed #f0f2f5;
  padding:6px 10px;
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-button {
    display: none;
  }
  &::-webkit-scrollbar-track {
    background-color: #fff;
  }
  &::-webkit-scrollbar-track-piece {
    //background:#1890ff;
  }
  &::-webkit-scrollbar-thumb {
    height: 2px;
    width: 100%;
    background-color:#ccc;
    border-radius: 4px;
  }
  .cell{
    line-height: 22px;
  }
  .wrap{
    display: inline-block;
  }
}
