Meine Verbindung zum Chaos:
-
+ >
(Wo liegt dein Hackspace/Erfa/Chaostreff, unter welchen Nicks
@@ -753,11 +754,13 @@ export default {
registration_data: this.registration_data,
};
}
+
Object.keys(membership).map((item, index)=>{
console.log(index, item)
membership[index] = membership[item];
delete membership[item]
})
+
return JSON.stringify(membership);
},
},
@@ -791,12 +794,18 @@ h1 {
.form-label {
font-weight: bold;
}
+.main-qr-code{
+ height: 200px;
+}
@media print {
.container{
max-width: 100% !important;
margin-left: none !important;
margin-right: none !important;
}
+ .main-qr-code{
+ height: 350px !important;
+ }
h1 {
font-size: 1.2rem !important;
}
diff --git a/src/components/faq.vue b/src/components/faq.vue
index 06bfc49..1fc0fa5 100644
--- a/src/components/faq.vue
+++ b/src/components/faq.vue
@@ -1,4 +1,15 @@
+