@import '../common'; .container { //overflow: hidden; //height: 100%; width: 100%; position: relative; &.scroll { display: flex; flex-direction: column; height: calc(100vh - 92px); } .operateContainer { } .tableContainer { position: relative; box-shadow: @boxShadow; //min-height: 600px; &.scroll { flex: 1; display: flex; flex-direction: column; } .tableOperateContainer { height: 58px; overflow: hidden; } .tableC { flex: 1; } .rowClassName { border: 1px solid black; } } }