qr rolling 텍스트 줄바꿈 수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user