Commit 1563aaa4 authored by limingzhe's avatar limingzhe

fix: 编辑器结果不匹配

parent 98e170df
<div class="model-content">
<app-formula-input style="position: absolute;right:0;" [(ngfModel)]="item.title" (ngfBlur)="save()"></app-formula-input><br>
<app-formula-input [(ngfModel)]="item.title" (ngfBlur)="save()"></app-formula-input><br>
<!-- <app-formula-input style="position: absolute;right:0;" [(ngfModel)]="item.title" (ngfBlur)="save()"></app-formula-input><br>
<app-formula-input [(ngfModel)]="item.title" (ngfBlur)="save()"></app-formula-input><br> -->
<div style="padding: 20px;">
......
......@@ -3977,6 +3977,9 @@ export class PlayComponent implements OnInit, OnDestroy {
this.answerRect = this.setAnswerRect(item, saveRect);
data.mathLabel = this.data.contentObj.new_answer;
// const answerNormal = this.getMySprite('answer_normal');
// const sx = saveRect.width / answerNormal.width;
// const sy = saveRect.height / answerNormal.height;
......
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