From 6cd49c4142060a8794d059cf840acb9e13aa3634 Mon Sep 17 00:00:00 2001 From: vadivel J Date: Fri, 8 Nov 2024 15:27:44 +0530 Subject: [PATCH] changes in stock module --- app/Views/CoatingMachineDetail.php | 16 +++++++++++++--- app/Views/incomingSilicaSandDetails.php | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) 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; + } +
@@ -210,7 +220,7 @@
- @@ -291,7 +301,7 @@ - + @@ -692,7 +702,7 @@