From 21470183abb130c1cda3922cf3e026ed2a8c0654 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 27 Feb 2026 16:30:54 +0530 Subject: [PATCH] Combil Billtable Fixing --- .../BSBillingTable1/BSBillingTable1.jsx | 4 +-- .../Template/BSLayout7/BSCombo1.jsx | 2 +- .../BSBillingTable1/BSBillingTable1.scss | 34 ++++++++----------- .../BSBillingTables3/BSBillingTable3.scss | 3 +- .../Template/BSLayout7/Combo1.scss | 10 ++++++ 5 files changed, 29 insertions(+), 24 deletions(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.jsx index 2a99898..e632fa5 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.jsx @@ -2212,7 +2212,7 @@ const BSBillingTable1 = () => { Clearall(); }} > -
+
{' '} {!isMobile ? ( @@ -2228,7 +2228,7 @@ const BSBillingTable1 = () => {
) : ( -
+
{!isMobile ? ( diff --git a/src/Pages/BookingScreen/Template/BSLayout7/BSCombo1.jsx b/src/Pages/BookingScreen/Template/BSLayout7/BSCombo1.jsx index b325459..ade138e 100644 --- a/src/Pages/BookingScreen/Template/BSLayout7/BSCombo1.jsx +++ b/src/Pages/BookingScreen/Template/BSLayout7/BSCombo1.jsx @@ -615,7 +615,7 @@ export default function BSCombo1() { )}
-
+
diff --git a/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.scss b/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.scss index ade26f9..8dad917 100644 --- a/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.scss +++ b/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTable1/BSBillingTable1.scss @@ -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; + } +} diff --git a/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTables3/BSBillingTable3.scss b/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTables3/BSBillingTable3.scss index 2209274..31eae17 100644 --- a/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTables3/BSBillingTable3.scss +++ b/src/Styles/BookingScreen/Components/BSBillingTables/BSBillingTables3/BSBillingTable3.scss @@ -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; diff --git a/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss b/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss index 6296e81..2f981b5 100644 --- a/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss +++ b/src/Styles/BookingScreen/Template/BSLayout7/Combo1.scss @@ -752,3 +752,13 @@ gap: 0; width: inherit; } +.BSC1PAYMENTCOMBO { + .BSC1Payment-Container { + .BSC1Payment-div2-1 { + .Btn-payment-mode, + .Btn-payment-mode-sel { + width: 98% !important; + } + } + } +}