chore: 调整UI边框数值并移除英雄长按详情逻辑
1. 将多处UI的左右边框从68.5修正为68 2. 移除英雄节点长按打开信息面板的相关事件绑定和逻辑代码
This commit is contained in:
@@ -7018,8 +7018,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7064,8 +7064,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7110,8 +7110,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7156,8 +7156,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7202,8 +7202,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7248,8 +7248,8 @@
|
||||
"rawHeight": 58,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 68.5,
|
||||
"borderRight": 68.5,
|
||||
"borderLeft": 68,
|
||||
"borderRight": 68,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user