qr rolling 텍스트 줄바꿈 수정

This commit is contained in:
opacity@t-win.kr
2025-08-12 12:22:53 +09:00
parent 4534582f2f
commit eac8a1d1d4
2 changed files with 3 additions and 3 deletions

View File

@@ -315,11 +315,11 @@ export default function UnableOption({
if (isShowQRCode) {
timerRef.current = setTimeout(() => {
setIsShowQRCode(false);
}, 0);
}, 10000);
} else {
timerRef.current = setTimeout(() => {
setIsShowQRCode(true);
}, 100000);
}, 5000);
}
};

View File

@@ -127,7 +127,7 @@
width: 100%;
padding: 0 20px;
h3 {
word-break: break-all;
word-break: break-word;
font-size: 36px;
font-weight: bold;
color: @PRIMARY_COLOR_RED;