Commit bcd9d29f authored by 李维's avatar 李维

Bug fix

parent e8fe5b34
......@@ -1176,10 +1176,10 @@ export class PlayComponent implements OnInit, OnDestroy {
label.fontSize = 46;
label.fontName = 'MMTextBook-Bold';
label.textAlign = 'center';
label.setMaxSize(textBg.width * 0.86);
label.setMaxSize(textBg.width * 0.8);
label.refreshSize();
label.y = 0;
label.x = 25;
label.x = 35;
textBg.addChild(label);
textBg['answerRight'] = answerData.answerRight === '1' ? true : false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment