|
@@ -1455,8 +1455,8 @@ export default {
|
1455
|
1455
|
},
|
1456
|
1456
|
cellstyle({ row, column, rowIndex, columnIndex }){
|
1457
|
1457
|
// return 'border-bottom: 1px solid #707174;'
|
1458
|
|
- console.log('555555',this.subzone);
|
1459
|
|
- return 'border: 1px solid #707174;'
|
|
1458
|
+ // console.log('555555',this.subzone);
|
|
1459
|
+ return 'border: 0.1px solid #707174;border-collapse: collapse;'
|
1460
|
1460
|
|
1461
|
1461
|
// 分区蓝线
|
1462
|
1462
|
// for(let i=0;i<this.subzone.length;i++){
|
|
@@ -4198,6 +4198,7 @@ textarea{
|
4198
|
4198
|
.el-table .cell{
|
4199
|
4199
|
padding: 0px 0px !important;
|
4200
|
4200
|
white-space: pre-wrap;
|
|
4201
|
+
|
4201
|
4202
|
}
|
4202
|
4203
|
}
|
4203
|
4204
|
.el-table--medium td, .el-table--medium th {
|