|
@@ -151,7 +151,7 @@ const tableRowStyle = ({ row, rowIndex }) => {
|
|
if (row.poseNum > row.contractTotal) {
|
|
if (row.poseNum > row.contractTotal) {
|
|
// --el-fill-color-lighter 是表格行的背景色
|
|
// --el-fill-color-lighter 是表格行的背景色
|
|
// --el-table-row-hover-bg-color 是鼠标放上去后的背景色
|
|
// --el-table-row-hover-bg-color 是鼠标放上去后的背景色
|
|
- return '--el-fill-color-lighter: #fe0000; --el-table-row-hover-bg-color: #fe0000; color: white;'
|
|
|
|
|
|
+ return '--el-fill-color-lighter: #fe0000; '
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//获节点类型
|
|
//获节点类型
|