mirror of https://github.com/layui/layui
优化 fixbar 对默认参数为空时的判断
parent
849a999d8b
commit
fab113482f
|
@ -64,7 +64,7 @@ layui.define('jquery', function(exports){
|
|||
// 设置 bar 相关属性
|
||||
elemBar.addClass(item.icon).attr({
|
||||
'lay-type': item.type,
|
||||
'style': item.style || ('background-color: '+ options.bgcolor)
|
||||
'style': item.style || ('background-color: '+ options.bgcolor || '')
|
||||
}).html(item.content);
|
||||
|
||||
// bar 点击事件
|
||||
|
|
Loading…
Reference in New Issue