public override void Layout() { // 修改锚点到左上角 UIUtility.FixedlyChangeAnchors(rectTransform, new Vector2(0, 1), new Vector2(0, 1)); Refresh(); }