🎨 style: 修复模板问题
This commit is contained in:
parent
1e5df28eb4
commit
fe72189c83
|
@ -197,10 +197,7 @@ export default ({ data, products }) => {
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p
|
<p className="time" style={{ marginTop: 0, color: dynamicStyle().time_color }}>
|
||||||
className="time"
|
|
||||||
style={{ marginTop: 0, color: data.channel == 2 && "rgb(35, 151, 0)" }}
|
|
||||||
>
|
|
||||||
生效时间:
|
生效时间:
|
||||||
{data.date_time.length > 1
|
{data.date_time.length > 1
|
||||||
? `${data.date_time[0]} ~ ${data.date_time[1]}`
|
? `${data.date_time[0]} ~ ${data.date_time[1]}`
|
||||||
|
@ -208,10 +205,7 @@ export default ({ data, products }) => {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{data.timer.length > 1 ? (
|
{data.timer.length > 1 ? (
|
||||||
<p
|
<p className="time" style={{ marginTop: "10px", color: dynamicStyle().time_color }}>
|
||||||
className="time"
|
|
||||||
style={{ marginTop: "10px", color: data.channel == 2 && "rgb(35, 151, 0)" }}
|
|
||||||
>
|
|
||||||
领取时间:
|
领取时间:
|
||||||
{`${data.timer[0]} ~ ${data.timer[1]}`}
|
{`${data.timer[0]} ~ ${data.timer[1]}`}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue