perf: 完善二次确认弹窗

This commit is contained in:
richarjiang
2026-05-12 21:07:49 +08:00
parent 078c8578fd
commit b7dec68dd6
2 changed files with 5 additions and 5 deletions

View File

@@ -773,8 +773,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 450,
"height": 69.3
"width": 507.3482666015625,
"height": 124.29999999999998
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -809,14 +809,14 @@
"b": 40,
"a": 255
},
"_string": "哎呀再仔细想想看?",
"_string": "哎呀,\n 再仔细想想看?",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 45,
"_fontSize": 45,
"_fontFamily": "Arial",
"_lineHeight": 55,
"_overflow": 0,
"_overflow": 3,
"_enableWrapText": true,
"_font": {
"__uuid__": "fb4acba6-6bc7-4eb3-be34-8f2ac9823a80",

View File

@@ -2133,7 +2133,7 @@ export class PageLevel extends BaseView {
const modal = CommonModal.show(this.commonModalPrefab, {
title: '提示',
content: '还有时间确认进入下一题吗?',
content: '还有时间\n确认进入下一题吗?',
buttonConfirm: '确认',
buttonCancel: '再想想',
zIndex: CommonModal.MODAL_Z_INDEX + 1,