Commit a607193e1b9324012e65929d7e3527993993295c
1 parent
7ed6d11c
左右留白中文显示错误修复
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1875,7 +1875,7 @@ const BoxComponent = props => { |
| 1875 | 1875 | } |
| 1876 | 1876 | const UlToolPosition = commonFunc.showLocalMessage(props, "UlToolPosition", "上下刀位"); |
| 1877 | 1877 | const RLToolPosition = commonFunc.showLocalMessage(props, "RLToolPosition", "左右刀位"); |
| 1878 | - const LeftMargin = commonFunc.showLocalMessage(props, "LeftMargin", "左右刀位"); | |
| 1878 | + const LeftMargin = commonFunc.showLocalMessage(props, "LeftMargin", "左右留白"); | |
| 1879 | 1879 | boxConfigList = boxConfig?.gdsconfigformslave?.filter(item => item.bVisible && showNameKeyList.includes(item.sName)) || []; |
| 1880 | 1880 | if (selectedNode.sTypeKey === "juantong") { |
| 1881 | 1881 | const mappings = { | ... | ... |