style:营销系统编辑器样式美化
This commit is contained in:
parent
bfb43d57ae
commit
4485c2fa46
|
@ -94,7 +94,7 @@ export default class edittemplate extends React.Component {
|
|||
}
|
||||
{
|
||||
goodsConfig.list == 2 ? <button className="exchageBtn" style={{ color: goodsConfig.font_color, background: goodsConfig.button_color }}>
|
||||
{goodsConfig.search ? '立即购买' : '立即兑换'}
|
||||
{goodsConfig.search ? '购买' : '立即兑换'}
|
||||
</button> : null
|
||||
}
|
||||
{
|
||||
|
|
|
@ -459,7 +459,7 @@
|
|||
width: 83px !important;
|
||||
height: 43px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
right: 28px;
|
||||
top: 80px;
|
||||
border-radius: 22px;
|
||||
}
|
||||
|
|
|
@ -230,7 +230,7 @@ export default class preview extends React.Component {
|
|||
background: propsData.product_list.button_color,
|
||||
}}
|
||||
>
|
||||
{goodsConfig.search ? '立即购买' : '立即兑换'}
|
||||
{goodsConfig.search ? '购买' : '立即兑换'}
|
||||
</button>
|
||||
) : null}
|
||||
{propsData.product_list.describe.type == 1 ? (
|
||||
|
|
Loading…
Reference in New Issue