This commit is contained in:
xuqssq
2024-12-28 17:32:16 +08:00
parent b97cdd4685
commit 579cc76f83
5 changed files with 256 additions and 179 deletions

View File

@@ -734,7 +734,7 @@ const QuotationForm = () => {
</Card>
<Card
className="shadow-sm rounded-lg"
className="shadow-sm rounded-lg mt-6"
type="inner"
title={
<span className="flex items-center space-x-2 text-gray-700">
@@ -750,6 +750,8 @@ const QuotationForm = () => {
isView={isView}
formValues={formValues}
currentCurrency={currentCurrency}
taxRate={taxRate}
setTaxRate={setTaxRate}
/>
</Card>
</Form>