|
@@ -70,7 +70,7 @@
|
|
|
highlight-current-row
|
|
|
style="width: 98%;"
|
|
|
row-key="sort"
|
|
|
- :row-style="rowStyle"
|
|
|
+ :row-style="rowStyle1"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
:row-class-name="tableRowClassName"
|
|
@@ -1130,7 +1130,8 @@ export default {
|
|
|
},
|
|
|
isokDisable: false,
|
|
|
requestParam: {},
|
|
|
- rowStyle: { height: 80 + 'px' },
|
|
|
+ rowStyle: { maxHeight:30 + 'px', height: 30 + 'px' },
|
|
|
+ rowStyle1:{ height: 80 + 'px' },
|
|
|
cellStyle: { padding: 0 + 'px' },
|
|
|
isShowDialog: false,
|
|
|
activeName: '栏舍配方',
|