@import '../common'; .container { //overflow: hidden; //height: 100%; width: 100%; position: relative; .operateContainer { } .tableContainer { position: relative; box-shadow: @boxShadow; //min-height: 600px; .tableC { padding: 0 16px; } .rowClassName { border: 1px solid black; } } }