From f2b067aaaf877b7cb67d1ae8d1235a16ec395e35 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 8 Jul 2025 13:29:15 +0800 Subject: [PATCH] 优化快速报价布局; --- src/components/QuickQuote/index.jsx | 6 +++--- src/components/QuickQuote/index.less | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 8dab8d9..4316c30 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2567,18 +2567,18 @@ const MaterialsComponent = props => { return { ...item, sVisColumnName: "sMaterialsName", - iColValue: 14, + iColValue: 8, }; } else if (sName === "dMaterialPrice") { return { ...item, - iColValue: 6, + iColValue: 8, }; } else if (sName === "sComMaterials") { return { ...item, sName: "bComMaterials", - iColValue: 4, + iColValue: 8, }; } else { return item; diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 8e98747..5c56709 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -100,7 +100,7 @@ .ant-form-item-control { flex: 1; - max-width: calc(100% - 70x); + max-width: calc(100% - 70px); } .viewStyle { @@ -386,7 +386,7 @@ } .materialsBtns { - width: 80px; + width: 10%; display: flex; align-items: center; justify-content: space-around; -- libgit2 0.22.2