移动端pdf样式

This commit is contained in:
tangly1024
2022-12-08 16:32:49 +08:00
parent a43d8dcf12
commit 6b7e35da8f

View File

@@ -1978,4 +1978,10 @@ pre[class*='language-'] {
.notion-asset-wrapper-pdf>div{
width:unset!important
}
/* pdf预览适配页面 */
.react-pdf__Page__canvas,.react-pdf__Page__textContent{
width: 100% !important;
height: auto !important;
}