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

更新ios问题描述

parent c42b6144
...@@ -262,9 +262,9 @@ body { ...@@ -262,9 +262,9 @@ body {
top: -9999px; top: -9999px;
left: -9999px; left: -9999px;
color: #333; color: #333;
// ios15字体有bug,需要在根元素覆盖下 // 默认的字体包含了-apple-system,html2canvas解析导致bug,需要在根元素覆盖
font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, @font-family: BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto,
'Microsoft YaHei', SimHei; 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
} }
.groupInfo { .groupInfo {
background: #fff; 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