Dev Issue Fixing

This commit is contained in:
vignesh 2026-03-23 15:11:14 +05:30
parent f6431e1f2e
commit 9d8dcda78b
11 changed files with 50 additions and 19 deletions

View File

@ -104,7 +104,10 @@ const BSBillingTable3overall = () => {
? 'BSTable3_overallLayout1 BSTable3_overall-1'
: 'BSTable3_overall'
}
style={{ height: containerHeight }}
// style={{ height: containerHeight }}
style={{
height: isMobile ? '75vh' : '85vh',
}}
>
{/* ✅ Cart/Table */}
{isCartOpen && (!isSmallScreen || tableData) && (

View File

@ -3891,19 +3891,7 @@ const StockForm = ({ formType }) => {
style={{ width: '250px' }}
></AutoComplete>
</FloatLabel>
{/* <Tooltip title={'BarCode/QrCode'} placement={'top'}>
<BsUpcScan
strokeWidth={0.5}
color="#000"
style={{
fontSize: '16px',
color: scanner ? '#52c41a' : '#888',
fontWeight: '600',
}}
className="product-scan-Icon"
onClick={handleScanSearch}
/>
</Tooltip> */}
{isMobile ? (
<div className="IsmoBileBarcode">
<BarCodeScan

View File

@ -325,7 +325,7 @@
overflow: auto;
scrollbar-width: none;
width: inherit;
height: 85vh !important;
// height: 85vh !important;
gap: 4px;
border-radius: 10px;
@media (max-width: 768px) {

View File

@ -265,7 +265,7 @@ body {
font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
.SalesCountComponent-Master {
display: none;
}
}
@ -284,6 +284,8 @@ body {
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -434,7 +434,7 @@ body {
font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
.SalesCountComponent-Master {
display: none;
}
}
@ -454,6 +454,9 @@ body {
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -468,6 +468,9 @@
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -253,7 +253,7 @@
font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
.SalesCountComponent-Master {
display: none;
}
}
@ -272,6 +272,9 @@
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -137,7 +137,7 @@
font-size: 10px;
gap: 10px !important;
justify-content: flex-end !important;
.SalesCountComponent-Master{
.SalesCountComponent-Master {
display: none;
}
}
@ -157,6 +157,9 @@
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -262,6 +262,9 @@
gap: 2px;
padding: 2px 6px;
background: linear-gradient(to bottom right, #2a3447, #1e2536);
position: relative;
bottom: 1px;
.SalesCountComponent-Master {
color: #fff;
}

View File

@ -513,6 +513,18 @@
top: 35%;
cursor: pointer;
}
.IsmoBileBarcode {
position: absolute;
right: 10px;
top: 35%;
.BarCodeScanMaster {
padding: 0 !important;
svg {
font-size: 25px !important;
}
}
}
}
.Bulkuploadpost {

View File

@ -432,6 +432,17 @@
top: 35%;
cursor: pointer;
}
.IsmoBileBarcode {
position: absolute;
right: 10px;
top: 25%;
.BarCodeScanMaster {
padding: 0 !important;
svg {
font-size: 25px !important;
}
}
}
}
.extracted-data-form {