新增提示Toast组件

This commit is contained in:
2025-04-21 09:22:13 +08:00
parent 01d93522b8
commit 5c2c367856
36 changed files with 2609 additions and 478 deletions
+20
View File
@@ -94,6 +94,26 @@
flex: 1;
overflow-y: auto;
position: relative;
max-width: 100%;
overflow-x: hidden;
}
/* PDF文档样式约束 */
.react-pdf__Document {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
}
.react-pdf__Page {
max-width: 100%;
box-sizing: border-box;
}
.react-pdf__Page__canvas {
max-width: 100%;
height: auto !important;
}
.file-preview-actions {