|
@@ -150,7 +150,8 @@
|
|
|
<!-- @cell-click="handle" -->
|
|
|
<el-table
|
|
|
:data="state.tableData"
|
|
|
- style="height: calc(100% - 60px)"
|
|
|
+ height="calc(100% - 30px)"
|
|
|
+ style="height: calc(100% - 30px)"
|
|
|
stripe
|
|
|
@sort-change="handleSortChange"
|
|
|
>
|
|
@@ -832,7 +833,7 @@ const compare = function (property) {
|
|
|
}
|
|
|
.table_all {
|
|
|
width: calc(100% - 20px);
|
|
|
- height: calc(100% - 130px);
|
|
|
+ height: calc(100% - 80px);
|
|
|
padding: 20px;
|
|
|
.leftContent {
|
|
|
width: 242px;
|