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