Commit 54e3909a authored by Chen Jiping's avatar Chen Jiping

fix:修复圆圈显示位置

parent e8c3aa8b
...@@ -233,7 +233,7 @@ export class Exercises { ...@@ -233,7 +233,7 @@ export class Exercises {
let start; let start;
let h = (this.answerLabel.fontSize + this.answerLabel.disH / 2) * this.scaleY; let h = (this.answerLabel.fontSize) * this.scaleY;
for (let i = 0; i < textArr.length; ++i) { for (let i = 0; i < textArr.length; ++i) {
......
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