This commit is contained in:
2025-09-19 21:00:13 +08:00
parent c6112e7ed4
commit e8dc696c7a
3 changed files with 171 additions and 171 deletions
@@ -71,7 +71,7 @@ export class GirlDetailPanel extends li_BaseView {
@property(Node)
imgsLayout: Node;
videoAreaPos;
videoAreaPos: Vec3;
protected onEnable(): void {
this.refresh();
@@ -139,7 +139,7 @@ export class GirlDetailPanel extends li_BaseView {
this.id = NavigationManager.Instance.getSelectedGirlId();
this.category = NavigationManager.Instance.getSelectedCategoryId();
this.imgItemInst.node.active = false;
this.videoAreaPos = new Vec3(540, 1384);
this.videoAreaPos = new Vec3(540, 1384 - 60);
const pos = new Vec3(
this.descContent.position.x,