style:营销系统编辑器样式美化

This commit is contained in:
Apple 2022-11-04 11:11:54 +08:00
parent bfb43d57ae
commit 4485c2fa46
3 changed files with 3 additions and 3 deletions

View File

@ -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.list == 2 ? <button className="exchageBtn" style={{ color: goodsConfig.font_color, background: goodsConfig.button_color }}>
{goodsConfig.search ? '立即购买' : '立即兑换'} {goodsConfig.search ? '购买' : '立即兑换'}
</button> : null </button> : null
} }
{ {

View File

@ -459,7 +459,7 @@
width: 83px !important; width: 83px !important;
height: 43px; height: 43px;
position: absolute; position: absolute;
right: 20px; right: 28px;
top: 80px; top: 80px;
border-radius: 22px; border-radius: 22px;
} }

View File

@ -230,7 +230,7 @@ export default class preview extends React.Component {
background: propsData.product_list.button_color, background: propsData.product_list.button_color,
}} }}
> >
{goodsConfig.search ? '立即购买' : '立即兑换'} {goodsConfig.search ? '购买' : '立即兑换'}
</button> </button>
) : null} ) : null}
{propsData.product_list.describe.type == 1 ? ( {propsData.product_list.describe.type == 1 ? (