diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index 0e3a7ccf..931c0821 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -155,6 +155,16 @@ height: 20px; } + #coatingMachineDetailTableId th:nth-child(1), + #coatingMachineDetailTableId td:nth-child(1) { + position: sticky; + left: 0; + background-color: #00a65a; + z-index: 2; + border-right: 2px solid #ddd; + color: #ffffff; + } +