|
@@ -12,10 +12,10 @@
|
|
|
zIndex:item.ZIndex,
|
|
|
display:item.IsVisibility ? 'block' : 'none',
|
|
|
fontSize:item.FontSize*bigScale + 'px',
|
|
|
- backgroundColor:`#${item.BrackgroupStr.slice(3)}`,
|
|
|
backgroundImage:item.BackIcon ? 'url('+require(`../../../static/Data/${item.BackIcon}`)+')' : null,
|
|
|
backgroundSize:'100% 100%',
|
|
|
backgroundRepeat:'no-repeat',
|
|
|
+ backgroundColor:item.BackIcon ? null : `#${item.BrackgroupStr.slice(3)}`,
|
|
|
color:`#${item.ForegroundStr.slice(3)}`,
|
|
|
textAlign:'center',
|
|
|
lineHeight:item.Height*bigScale + 'px',
|