Commit 6e169928 authored by 智慧's avatar 智慧

style:调整样式

parent a66a7ae9
......@@ -667,8 +667,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 16,
"height": 16
"width": 875,
"height": 11.5
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -679,8 +679,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-8.5,
3,
-6,
0,
0,
0,
......@@ -747,8 +747,8 @@
"alignMode": 1,
"_target": null,
"_alignFlags": 40,
"_left": 0,
"_right": 84,
"_left": 3,
"_right": -778,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
......
......@@ -273,7 +273,6 @@ cc.Class({
let newX = percent * maxX;
newX = Math.min(maxX, Math.max(newX, minX));
this.barTag.width = newX;
console.log('this.barTag.width', this.barTag.width);
},
formatTime(time) {
if (time === undefined) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment