Commit f7d9d091a807e249261f051240c03189ca8466f2

Authored by 陈鑫涛
1 parent 6fbb2a8a

卡牌类才展示倍率

src/components/Common/Typesetting/typesetting.js
... ... @@ -929,7 +929,8 @@ const Typesetting = props => {
929 929 height:'300px',
930 930 lineHeight:'300px',
931 931 fontSize:'20px',
932   - fontWeight:'700'
  932 + fontWeight:'700',
  933 + color:'#B9B9B9'
933 934 }}>排版尺寸大于上机尺寸,请确认参数!</div>
934 935 )}
935 936  
... ...
src/components/QuickQuote/index.jsx
... ... @@ -1391,7 +1391,9 @@ const BoxComponent = props =&gt; {
1391 1391 ) {
1392 1392 return false;
1393 1393 }
1394   -
  1394 + if (selectedNode.sTypeKey !== 'kapai' && item.sName === 'sMagnification') {
  1395 + return false
  1396 + }
1395 1397 return item.iTag === iTag;
1396 1398 });
1397 1399 let boxConfigList = [];
... ...