Update qr.read.vue

This commit is contained in:
syuilo 2025-09-19 20:25:51 +09:00
parent 076ab9fad4
commit dc7d50f583
1 changed files with 2 additions and 2 deletions

View File

@ -357,10 +357,10 @@ onUnmounted(() => {
.controls {
width: 100%;
position: absolute;
left: 0;
right: 10px;
bottom: 10px;
display: flex;
justify-content: center;
justify-content: end;
align-items: center;
gap: 10px;
}