Combil Billtable Fixing
This commit is contained in:
parent
f9b7310f91
commit
21470183ab
|
|
@ -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 />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -522,7 +522,6 @@
|
|||
border: #fff solid 1px;
|
||||
transform: scale(0.92);
|
||||
cursor: pointer;
|
||||
padding: 0.5rem 0rem;
|
||||
color: var(--ERROR_COLOR);
|
||||
background-color: #fff;
|
||||
transition-duration: 0.2s;
|
||||
|
|
|
|||
|
|
@ -752,3 +752,13 @@
|
|||
gap: 0;
|
||||
width: inherit;
|
||||
}
|
||||
.BSC1PAYMENTCOMBO {
|
||||
.BSC1Payment-Container {
|
||||
.BSC1Payment-div2-1 {
|
||||
.Btn-payment-mode,
|
||||
.Btn-payment-mode-sel {
|
||||
width: 98% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue