修复连续创建项目封面无法生成的BUG

This commit is contained in:
lifei6671
2018-07-25 16:02:37 +08:00
parent b732cbbdc8
commit 4a8d044d14
2 changed files with 79 additions and 68 deletions

View File

@@ -1,6 +1,7 @@
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
body {
position: relative;
font-family: "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
font-family: Helvetica, -apple-system, "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
}
a{