.main__container {
height: 100%;
width: 100%;
&.table {
overflow: hidden; //表格需要hidden
}
&.white-bg {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);