|
@@ -289,7 +289,7 @@ export default {
|
|
}
|
|
}
|
|
.tablePage0,
|
|
.tablePage0,
|
|
.tablePage1 {
|
|
.tablePage1 {
|
|
- height: calc(100% - 160px);
|
|
|
|
|
|
+ height: calc(100% - 165px);
|
|
}
|
|
}
|
|
.tablePage2 {
|
|
.tablePage2 {
|
|
height: calc(100% - 120px);
|
|
height: calc(100% - 120px);
|
|
@@ -318,5 +318,10 @@ export default {
|
|
.el-col {
|
|
.el-col {
|
|
padding-right: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
}
|
|
|
|
+ .el-table {
|
|
|
|
+ height: calc(100% - 40px);
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|