diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 8106270..80f5d7a 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2431,7 +2431,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 => { @@ -2478,7 +2481,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; }