This commit is contained in:
kron
2025-08-05 15:58:43 +08:00
parent 4b9fe45ad2
commit c678a3160a
8 changed files with 38 additions and 14 deletions

View File

@@ -249,12 +249,12 @@ onMounted(async () => {
}
.delete-btn {
right: -24px;
bottom: -24px;
}
.drag-btn {
left: 50%;
top: 0;
}
.drag-btn {
right: -24px;
bottom: -24px;
}
</style>