Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DF-L208
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
DF-L208
Commits
b7be1bd5
Commit
b7be1bd5
authored
Apr 15, 2020
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善
parent
781def4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
play.component.ts
src/app/play/play.component.ts
+2
-4
No files found.
src/app/play/play.component.ts
View file @
b7be1bd5
...
...
@@ -849,11 +849,9 @@ export class PlayComponent implements OnInit, OnDestroy {
content_val
.
refreshSize
();
setRectFontSize
(
parItem
.
width
-
25
*
this
.
mapScale
,
parItem
.
height
-
25
*
this
.
mapScale
,
content_val
);
content_val
.
setMaxSize
(
parItem
.
width
-
20
*
this
.
mapScale
);
content_val
.
refreshSize
();
content_val
.
x
=
-
content_val
.
getBoundingBox
().
width
/
2
+
5
*
this
.
mapScale
;
content_val
.
x
=
-
content_val
.
getBoundingBox
().
width
/
2
;
parItem
.
addChild
(
content_val
);
...
...
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