stock module latest today vadivel J 23-01-2025
This commit is contained in:
parent
7cd9665eea
commit
a8ef8dfa22
@ -121,15 +121,19 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
min-width: 120px;
|
||||||
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.celda_encabezado_total {
|
.celda_encabezado_total {
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid white;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
min-width: 120px;
|
||||||
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
@ -148,7 +152,9 @@
|
|||||||
/*background-color: #fff;*/
|
/*background-color: #fff;*/
|
||||||
/* <!-- ad9271 into ffffff brown-light to green-light --> */
|
/* <!-- ad9271 into ffffff brown-light to green-light --> */
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 2px 4px;
|
padding: 10px 4px;
|
||||||
|
min-width: 120px;
|
||||||
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*style excel*/
|
/*style excel*/
|
||||||
@ -177,8 +183,23 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#coatingMachineDetailTableId th:nth-child(1),
|
|
||||||
#coatingMachineDetailTableId td:nth-child(1) {
|
|
||||||
|
.fht-table th:nth-child(1),
|
||||||
|
.fht-table th:nth-child(1)
|
||||||
|
{
|
||||||
|
position: sticky;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
background-color: #00a65a;
|
||||||
|
z-index: 7!important;
|
||||||
|
border-right: 2px solid #ddd;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fht-table td:nth-child(1)
|
||||||
|
{
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #00a65a;
|
background-color: #00a65a;
|
||||||
@ -186,6 +207,18 @@
|
|||||||
border-right: 2px solid #ddd;
|
border-right: 2px solid #ddd;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-responsive {
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 450px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fht-table thead th {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 5!important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="content-page">
|
<div class="content-page">
|
||||||
@ -369,7 +402,8 @@
|
|||||||
|
|
||||||
<thead >
|
<thead >
|
||||||
|
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Total valu</th>
|
<th class="celda_encabezado_total"
|
||||||
|
style="padding: 10px; background-color:#ffff;"> Date </th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Shift</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Shift</th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Machine On Time</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Machine On Time</th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Machine Off Time</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Machine Off Time</th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user