add maskPreview

This commit is contained in:
Qing
2022-12-11 19:54:47 +08:00
parent e4664e2d58
commit 03965c69e6
2 changed files with 55 additions and 15 deletions

View File

@@ -32,3 +32,12 @@ header {
gap: 6px;
justify-self: end;
}
.mask-preview {
max-height: 400px;
max-width: 400px;
margin-top: 30px;
margin-left: 20px;
border: 1px solid var(--border-color);
border-radius: 8px;
}