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; }