Commit f7d9d091a807e249261f051240c03189ca8466f2
1 parent
6fbb2a8a
卡牌类才展示倍率
Showing
2 changed files
with
5 additions
and
2 deletions
src/components/Common/Typesetting/typesetting.js
| @@ -929,7 +929,8 @@ const Typesetting = props => { | @@ -929,7 +929,8 @@ const Typesetting = props => { | ||
| 929 | height:'300px', | 929 | height:'300px', |
| 930 | lineHeight:'300px', | 930 | lineHeight:'300px', |
| 931 | fontSize:'20px', | 931 | fontSize:'20px', |
| 932 | - fontWeight:'700' | 932 | + fontWeight:'700', |
| 933 | + color:'#B9B9B9' | ||
| 933 | }}>排版尺寸大于上机尺寸,请确认参数!</div> | 934 | }}>排版尺寸大于上机尺寸,请确认参数!</div> |
| 934 | )} | 935 | )} |
| 935 | 936 |
src/components/QuickQuote/index.jsx
| @@ -1391,7 +1391,9 @@ const BoxComponent = props => { | @@ -1391,7 +1391,9 @@ const BoxComponent = props => { | ||
| 1391 | ) { | 1391 | ) { |
| 1392 | return false; | 1392 | return false; |
| 1393 | } | 1393 | } |
| 1394 | - | 1394 | + if (selectedNode.sTypeKey !== 'kapai' && item.sName === 'sMagnification') { |
| 1395 | + return false | ||
| 1396 | + } | ||
| 1395 | return item.iTag === iTag; | 1397 | return item.iTag === iTag; |
| 1396 | }); | 1398 | }); |
| 1397 | let boxConfigList = []; | 1399 | let boxConfigList = []; |