fix(ui): 调整任务卡英雄信息面板的间距和对齐

调整英雄信息面板项间距从130px到135px,并同步更新相关预制体的尺寸和布局参数,以解决显示对齐问题。同时更新ui3.plist中多个精灵的边框设置,优化渲染效果。
This commit is contained in:
panw
2026-04-08 17:07:02 +08:00
parent 18d8d20056
commit 0c21916756
3 changed files with 53 additions and 53 deletions

View File

@@ -124,7 +124,7 @@ export class MissionCardComp extends CCComp {
/** 当前卡池等级(仅影响抽卡来源,不直接改卡槽现有内容) */
private poolLv: number = CARD_POOL_INIT_LEVEL;
/** 英雄信息面板项间距(像素) */
private readonly heroInfoItemGap: number = 130;
private readonly heroInfoItemGap: number = 135;
/** 英雄信息面板项间额外间距(像素) */
private readonly heroInfoItemSpacing: number = 5;
/** 英雄信息面板同步计时器(降频刷新用) */