Authored by 李奇

弹出层透明度再修改

... ... @@ -202,7 +202,7 @@ let chat = {
$dialog = $('.dialog-wrapper .dialog-box');
$dialog.css({
background: 'background: hsla(100, 100%, 100%, 1)'
background: 'hsla(100, 100%, 100%, 1)'
});
})
... ... @@ -221,7 +221,7 @@ let chat = {
$dialog = $('.dialog-wrapper .dialog-box');
$dialog.css({
background: 'background: hsla(100, 100%, 100%, 1)'
background: 'hsla(100, 100%, 100%, 1)'
});
})
.on('click.Chat.end', '[data-action=re-connect]', function() {
... ...