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

style:调整样式

parent a66a7ae9
...@@ -667,8 +667,8 @@ ...@@ -667,8 +667,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 16, "width": 875,
"height": 16 "height": 11.5
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -679,8 +679,8 @@ ...@@ -679,8 +679,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 3,
-8.5, -6,
0, 0,
0, 0,
0, 0,
...@@ -747,8 +747,8 @@ ...@@ -747,8 +747,8 @@
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 40, "_alignFlags": 40,
"_left": 0, "_left": 3,
"_right": 84, "_right": -778,
"_top": 0, "_top": 0,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
......
...@@ -273,7 +273,6 @@ cc.Class({ ...@@ -273,7 +273,6 @@ cc.Class({
let newX = percent * maxX; let newX = percent * maxX;
newX = Math.min(maxX, Math.max(newX, minX)); newX = Math.min(maxX, Math.max(newX, minX));
this.barTag.width = newX; this.barTag.width = newX;
console.log('this.barTag.width', this.barTag.width);
}, },
formatTime(time) { formatTime(time) {
if (time === undefined) { 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