| | |
| | | iconFn(row) { |
| | | if (row.name === "编辑" || row.name === "修改") { |
| | | return "el-icon-edit"; |
| | | } else if (row.name === "删除") { |
| | | return "el-icon-delete"; |
| | | } else if (row.name === "查看") { |
| | | return "el-icon-view"; |
| | | } else { |
| | |
| | | padding-left: 10px !important; |
| | | } |
| | | |
| | | .lims-table .highlight-warning-row-border td:first-child { |
| | | .lims-table >>> .highlight-warning-row-border td:first-child { |
| | | border-left: 4px solid #ffcd29; |
| | | } |
| | | |
| | | .lims-table .highlight-warning-row-border td:last-child { |
| | | .lims-table >>> .highlight-warning-row-border td:last-child { |
| | | border-right: 4px solid #ffcd29; |
| | | } |
| | | |
| | | .lims-table .highlight-danger-row-border td:first-child { |
| | | .lims-table >>> .highlight-danger-row-border td:first-child { |
| | | border-left: 4px solid #f56c6c; |
| | | } |
| | | |
| | | .lims-table .highlight-danger-row-border td:last-child { |
| | | .lims-table >>> .highlight-danger-row-border td:last-child { |
| | | border-right: 4px solid #f56c6c; |
| | | } |
| | | >>>.red-row td { |
| | | background: #FFCCCC !important; |
| | | } |
| | | </style> |