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