// .cell-popup-ellipsis {
//   overflow: hidden;
//   text-overflow: ellipsis;
//   white-space: nowrap;
// }

*:after,*:before, * {
  box-sizing: border-box;
}

/*滚动条样式*/
.vxe-table {
  div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  div::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
  div::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  }
  div::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9;
  }
  div::-webkit-scrollbar-thumb:active {
    background-color: #D9D9D9;
  }
  div::-webkit-scrollbar-corner {
    background-color: #FFFFFF;
  }
}
