Merge branch 'preview'

This commit is contained in:
the1812 2018-07-27 21:34:57 +08:00
commit 822e804a9c
2 changed files with 2 additions and 1 deletions

View File

@ -93,4 +93,5 @@ Chrome | 兼容 | |
FireFox | 部分兼容 | 滚动条样式无效,滤镜效果不仅无抗锯齿,还会使部分布局错位. |
Edge | 部分兼容 | 自定义颜色与滚动条样式无效,滤镜效果无抗锯齿,半透明颜色(`#rrggbbaa`)无效*,顶栏触摸体验不佳. |
Safari | 未知 | |
*Edge将考虑用rgba()实现半透明颜色.

View File

@ -206,7 +206,7 @@
ready(callback)
{
this.callback = callback;
}k
}
getStyle(key, id)
{
return `<style id='${id}'>${this.data[key]}</style>`;