@@ -37,7 +37,7 @@
</div>
<div class="tabbox">
<el-table
- height="calc(100% - 100px)"
+ height="calc(50vh - 100px)"
@select="checkNum"
@select-all="checkNum"
class="com-table"
@@ -1150,4 +1150,6 @@ export default {
text-align: right;
margin-top: 10px;
}
+
</style>