From 7aa8204620ac3a72a111ac26ddcb417e73749bb6 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Wed, 18 Jun 2025 10:48:46 +0800 Subject: [PATCH] 优化快速报价样式; --- src/components/QuickQuote/index.jsx | 7 +++++-- src/components/QuickQuote/index.less | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 897109e..6e24020 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2411,7 +2411,10 @@ const BackendParamsExtraComponent = props => { const viewProps = { ...props, - viewConfigs: viewConfigs, + viewConfigs: viewConfigs.map(item => ({ + ...item, + costomStyle: styles.sParamConfig, + })), tableConfig: { ...slaveConfig, gdsconfigformslave: viewConfigs }, iColValueView: 24, getViewRow: config => { @@ -2458,7 +2461,7 @@ const BackendParamsExtraComponent = props => { return ( <> -
+
diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index e2481d7..3ba41f9 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -173,6 +173,10 @@ } } + .viewTableDownView2 { + background-color: #3275b734; + } + .viewTable1 { padding: 0 20px 0 0; } -- libgit2 0.22.2