Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM_MATH01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM_MATH01
Commits
1563aaa4
Commit
1563aaa4
authored
Nov 21, 2021
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 编辑器结果不匹配
parent
98e170df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
form.component.html
src/app/form/form.component.html
+2
-2
play.component.ts
src/app/play/play.component.ts
+3
-0
No files found.
src/app/form/form.component.html
View file @
1563aaa4
<div
class=
"model-content"
>
<div
class=
"model-content"
>
<app-formula-input
style=
"position: absolute;right:0;"
[(
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>
<app-formula-input [(ngfModel)]="item.title" (ngfBlur)="save()"></app-formula-input><br>
-->
<div
style=
"padding: 20px;"
>
<div
style=
"padding: 20px;"
>
...
...
src/app/play/play.component.ts
View file @
1563aaa4
...
@@ -3977,6 +3977,9 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -3977,6 +3977,9 @@ export class PlayComponent implements OnInit, OnDestroy {
this
.
answerRect
=
this
.
setAnswerRect
(
item
,
saveRect
);
this
.
answerRect
=
this
.
setAnswerRect
(
item
,
saveRect
);
data
.
mathLabel
=
this
.
data
.
contentObj
.
new_answer
;
// const answerNormal = this.getMySprite('answer_normal');
// const answerNormal = this.getMySprite('answer_normal');
// const sx = saveRect.width / answerNormal.width;
// const sx = saveRect.width / answerNormal.width;
// const sy = saveRect.height / answerNormal.height;
// const sy = saveRect.height / answerNormal.height;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment