|
@@ -1130,7 +1130,7 @@ export default {
|
|
|
},
|
|
|
isokDisable: false,
|
|
|
requestParam: {},
|
|
|
- rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
|
|
|
+ rowStyle: { height: 80 + 'px' },
|
|
|
cellStyle: { padding: 0 + 'px' },
|
|
|
isShowDialog: false,
|
|
|
activeName: '栏舍配方',
|
|
@@ -1594,7 +1594,7 @@ export default {
|
|
|
} else {
|
|
|
if (column.label !== '操作') {
|
|
|
this.isDetail = true // 点击行显示详情
|
|
|
- this.myheight = document.documentElement.clientHeight - 85 - 265 - 230+140
|
|
|
+ this.myheight = 80*5+50;
|
|
|
}
|
|
|
}
|
|
|
this.table2.getdataListParm.parammaps.havebutton = row.havebutton
|