diff --git a/src/components/Sticker.vue b/src/components/Sticker.vue index d87f4dd..5dc5bcd 100644 --- a/src/components/Sticker.vue +++ b/src/components/Sticker.vue @@ -57,6 +57,8 @@ const layout4Class = computed(() => ({ .message { color: white; font-weight: bold; + overflow: hidden; + white-space: nowrap; } .qr-code { height: 100%; @@ -65,7 +67,6 @@ const layout4Class = computed(() => ({ aspect-ratio: 6 / 1; background-color: v-bind(color); display: flex; - overflow: hidden; .content { padding: 5px; width: 100%;