增加UIToggle和UIDropdown

This commit is contained in:
MuHua-123
2025-04-22 15:45:57 +08:00
parent f6d1cd4d87
commit 9a34f2bd18
33 changed files with 755 additions and 32 deletions
+14
View File
@@ -0,0 +1,14 @@
.document-page {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: flex;
opacity: 1;
}
.document-page-hide {
display: none;
opacity: 0;
}