refactor(ui): 重构卡片背景预制体与样式

1. 新增boxsbg通用卡片背景预制体
2. 调整ui5.plist的边框内边距配置
3. 重构sbox.prefab,替换为统一的卡片背景组件
This commit is contained in:
pan
2026-08-03 11:26:26 +08:00
parent 980c29d555
commit 5cfa221a58
4 changed files with 1600 additions and 119 deletions

View File

@@ -3474,10 +3474,10 @@
"height": 75,
"rawWidth": 75,
"rawHeight": 75,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 37.5,
"borderBottom": 37.5,
"borderLeft": 37.5,
"borderRight": 37.5,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -3520,10 +3520,10 @@
"height": 75,
"rawWidth": 75,
"rawHeight": 75,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 37.5,
"borderBottom": 37.5,
"borderLeft": 37.5,
"borderRight": 37.5,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -3612,10 +3612,10 @@
"height": 65,
"rawWidth": 65,
"rawHeight": 65,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 32.5,
"borderBottom": 32.5,
"borderLeft": 32.5,
"borderRight": 32.5,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,