Commit 49307dda authored by zhijie.xue's avatar zhijie.xue

更新ios问题描述

parent c42b6144
......@@ -262,9 +262,9 @@ body {
top: -9999px;
left: -9999px;
color: #333;
// ios15字体有bug,需要在根元素覆盖下
font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei,
'Microsoft YaHei', SimHei;
// 默认的字体包含了-apple-system,html2canvas解析导致bug,需要在根元素覆盖
@font-family: BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto,
'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
.groupInfo {
background: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment