@@ -20,6 +20,7 @@
:columns="columns"
:datasource="datasource"
:toolbar="false"
+ height="calc(100% - 45px)"
>
</ele-pro-table>
</el-card>
@@ -35,6 +36,7 @@
:columns="columns1"
:datasource="datasource1"
@@ -203,12 +205,6 @@
}
:deep(.ele-pro-table) {
height: 99%;
- .el-table {
- height: calc(100% - 45px);
- }
- table {
- height: 100%;
:deep(.el-table) {
font-size: 0.62vw;