Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

导出pdf时有问题 #13

Open
yan-yb opened this issue Sep 2, 2023 · 2 comments
Open

导出pdf时有问题 #13

yan-yb opened this issue Sep 2, 2023 · 2 comments

Comments

@yan-yb
Copy link

yan-yb commented Sep 2, 2023

导出的pdf文件右侧多了个滚动条

@Anonym0usPlayer
Copy link

把happysimple-set.css里面的
html {
font-size: 11px !important;
}
这段注释或者删掉就暂时解决了。

@pure-maple
Copy link

/* --------------------------------------- PDF配置 --------------------------------------- */
@media print {
  @page {
    margin: 2mm 0mm;
  }
  html {
    font-size: 11px !important;
  }
  img {
    border: var(--img-border) !important;
    border-radius: var(--img-border-radius) !important;
  }
  /* 隐藏滚动条 */
  ::-webkit-scrollbar {
    display: none;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants