future 1 year ago
parent
commit
6435baeee9

File diff suppressed because it is too large
+ 386 - 116
assets/resources/ui/car_lib.prefab


+ 5 - 5
assets/resources/ui/rank.prefab

@@ -1561,7 +1561,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,
@@ -2746,7 +2746,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 190,
+      "width": 170,
       "height": 50.4
     },
     "_anchorPoint": {
@@ -2783,7 +2783,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,
@@ -3920,7 +3920,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 190,
+      "width": 170,
       "height": 50.4
     },
     "_anchorPoint": {
@@ -3957,7 +3957,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,

+ 1 - 1
assets/script/ui/rank/rank_list_top.ts

@@ -1,4 +1,4 @@
-import { _decorator, Component, Label, Node, Sprite } from 'cc';
+import { _decorator, Canvas, Component, Label, Node, Size, Sprite, UITransform } from 'cc';
 import { rankData } from '../../data';
 import { tools } from '../../tools';
 import { imageCacheManager } from '../../manager/imageCacheManager';

Some files were not shown because too many files changed in this diff