优化视图背景颜色
This commit is contained in:
parent
10e4d29b9f
commit
9f298f07ef
|
@ -872,6 +872,7 @@ export default class edittemplate extends React.Component {
|
||||||
<h4>落地页:</h4>
|
<h4>落地页:</h4>
|
||||||
<div
|
<div
|
||||||
onClick={() => this.activeChoice(1)}
|
onClick={() => this.activeChoice(1)}
|
||||||
|
style={{ background: this.state.model.bg_color }}
|
||||||
className={
|
className={
|
||||||
this.state.activeNavStatus == 1
|
this.state.activeNavStatus == 1
|
||||||
? 'activeNav thumbheader'
|
? 'activeNav thumbheader'
|
||||||
|
|
Loading…
Reference in New Issue