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 (
<>