Feat: edit and view - support simulated Android device preview

This commit is contained in:
2024-03-22 16:54:43 +08:00
parent 3e34ae7616
commit 3ac302c14b
14 changed files with 298 additions and 14 deletions

View File

@@ -14,8 +14,8 @@
-ms-overflow-style: none;
.hide-scrollbar-content {
display: inline-block;
width: 100%;
width: fit-content;
min-width: 100%;
}
}

View File

@@ -2,6 +2,7 @@
padding: 20px;
.card-box {
position: relative;
height: 100%;
width: 100%;
}