Combil Billtable Fixing

This commit is contained in:
Your Name 2026-02-27 16:30:54 +05:30
parent f9b7310f91
commit 21470183ab
5 changed files with 29 additions and 24 deletions

View File

@ -2212,7 +2212,7 @@ const BSBillingTable1 = () => {
Clearall();
}}
>
<div className="del-all-btn">
<div className="delallbtn">
{' '}
{!isMobile ? (
<Tooltip title="Delete All" placement="left">
@ -2228,7 +2228,7 @@ const BSBillingTable1 = () => {
</div>
</Popconfirm>
) : (
<div className="del-all-btn">
<div className="delallbtn">
{!isMobile ? (
<Tooltip title="Delete" placement="left">
<AiFillDelete />

View File

@ -615,7 +615,7 @@ export default function BSCombo1() {
)}
</div>
<div style={{ position: 'fixed', bottom: '0' }}>
<div className='BSC1PAYMENTCOMBO' style={{ position: 'fixed', bottom: '0' }}>
<BSC1Payment optionNames={BSComboData} />
</div>
</div>

View File

@ -24,8 +24,6 @@
}
.Billing-Table1-head {
// background-color: #124A79;
// color: #fff;
text-align: center;
position: sticky;
top: 0;
@ -63,7 +61,6 @@
.BillingTable1-table-div {
width: 100%;
// height: 69vh !important;
overflow: auto;
height: 100%;
}
@ -91,24 +88,11 @@
}
@media all and (max-width: 769px) {
// .Billing-Table1 {
// display: none;
// }
.BillingTable1-table-div {
height: max-content !important;
max-height: 25vh;
}
// .BillingTable1-table-div {
// height: 30vh !important;
// }
.BSBTOverall1-Default .Billing-Table1 {
// display: none;
}
// .BSBTOverall1-Default .BST1-Payment-structure{
// display: none;
// }
.BillingTable1-table-th {
padding: 1vh 0.4vh 1vh 0.3vh;
}
@ -125,9 +109,7 @@
}
}
.payment-div-subdiv
.ant-select-single:not(.ant-select-customize-input)
.ant-select-selector {
.payment-div-subdiv .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
height: 40px !important;
}
@ -138,3 +120,17 @@
.Tbl1-Variant {
font-size: 10px;
}
.delallbtn {
color: rgb(226, 0, 0);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: 1px solid #fff;
height: 20px;
width: 20px;
border-radius: 2px;
svg {
display: flex;
}
}

View File

@ -521,8 +521,7 @@
.del-all-btn:hover {
border: #fff solid 1px;
transform: scale(0.92);
cursor: pointer;
padding: 0.5rem 0rem;
cursor: pointer;
color: var(--ERROR_COLOR);
background-color: #fff;
transition-duration: 0.2s;

View File

@ -752,3 +752,13 @@
gap: 0;
width: inherit;
}
.BSC1PAYMENTCOMBO {
.BSC1Payment-Container {
.BSC1Payment-div2-1 {
.Btn-payment-mode,
.Btn-payment-mode-sel {
width: 98% !important;
}
}
}
}