NEZ-944 fix: table高度修复

This commit is contained in:
chenjinsong
2021-08-29 21:35:04 +08:00
parent 295c9366c5
commit dc8d5c2561
14 changed files with 34 additions and 20 deletions

View File

@@ -317,7 +317,7 @@ export default {
background-color: white;
}
}
.sub-container {
.bottom-data-list .sub-container {
padding: 10px;
height: calc(100% - 64px);
background-color: #f6f6f6;
@@ -326,6 +326,7 @@ export default {
background-color: white;
}
&>.nz-table2 {
height: 100%;
padding-top: 20px !important;
}
}