From cb11f173446407287376268aa1cec15f75267693 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 15 Nov 2024 13:42:51 +0800 Subject: [PATCH] 2024-11-15 --- src/views/modules/quotation/sellForQuotation.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index 501dc63..44d94c9 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -152,7 +152,7 @@ + style="margin-top: 0px;" class="customer-tab"> @@ -1632,5 +1632,9 @@ export default { color: #fff; } +/deep/ .customer-tab .el-tabs__content { + padding: 3px !important; +} +