|
@@ -242,7 +242,7 @@
|
|
|
<!--列表-->
|
|
|
<el-table v-if="displayTable" :data="taskDataList"
|
|
|
:header-cell-style="{'font-weight':'normal'}" border
|
|
|
- highlight-current-row v-loading="listLoading" :height="tableHeight - 20" style="width: 100%;margin-top:10px;" @row-click="taskLineClick">
|
|
|
+ highlight-current-row v-loading="listLoading" :height="tableHeight - 85" style="width: 100%;margin-top:10px;" @row-click="taskLineClick">
|
|
|
<el-table-column fixed :label="$t('wan-cheng')" width="50">
|
|
|
<template slot-scope="scope">
|
|
|
<el-checkbox :disabled="scope.row.taskStatus==2" v-model="scope.row.isFinish" size="large" class="cb"
|
|
@@ -3916,6 +3916,8 @@ overflow: auto;
|
|
|
}
|
|
|
.integrity {
|
|
|
padding: 15px;
|
|
|
+ overflow-y: auto;
|
|
|
+ max-height: 300px;
|
|
|
}
|
|
|
.write {
|
|
|
float: right;
|