编辑器-搜索栏背景色增加透明度属性
This commit is contained in:
parent
3395cfc61a
commit
222bf18b07
|
@ -85,7 +85,7 @@ export default class Searchbar extends React.Component {
|
|||
<span className={bgColor == '#FACD6A' ? "activecicle cicle cicle4" : "cicle cicle4"} onClick={() => { this.changeConfig('bgColor','#FACD6A') }}></span>
|
||||
<span className={bgColor == '#FE7962' ? "activecicle cicle cicle5" : "cicle cicle5"} onClick={() => { this.changeConfig('bgColor','#FE7962') }}></span>
|
||||
<div className="selfset">
|
||||
<ColorPicker className="setbgColor" color={bgColor} onChange={c=>{this.changeConfig('bgColor',c)}} />
|
||||
<ColorPicker showAlpha={true} className="setbgColor" color={bgColor} onChange={c=>{this.changeConfig('bgColor',c)}} />
|
||||
</div>
|
||||
</div>
|
||||
</FormItem>
|
||||
|
|
Loading…
Reference in New Issue