fix: 修正aui.plist中边框值的精度错误
将borderLeft和borderRight从浮点数92.25调整为整数92,以消除渲染时可能出现的精度问题。
This commit is contained in:
@@ -3292,8 +3292,8 @@
|
||||
"rawHeight": 81,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 92.25,
|
||||
"borderRight": 92.25,
|
||||
"borderLeft": 92,
|
||||
"borderRight": 92,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user