fix center

This commit is contained in:
2026-03-24 16:18:20 +07:00
parent c8dbce1462
commit 9e5c63da5a
3 changed files with 37 additions and 24 deletions
+6 -1
View File
@@ -16,7 +16,7 @@ const qrOptions = ref<QROptions>({
margin: 1,
color: {
dark: '#303030',
light: 'none'
light: '#f0f0f0'
}
});
@@ -50,6 +50,11 @@ const props = withDefaults(defineProps<Props>(), {})
width: 200px;
}
.qr-code {
margin: 12px 0;
box-shadow: 0px 3px 15px rgb(98, 98, 98);
}
.team-name {
margin: 10px 0;
font-size: 20px;