Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
ym010
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
ym010
Commits
058ddcbd
Commit
058ddcbd
authored
Feb 23, 2020
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cd
parent
d0a87808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
play.component.ts
src/app/play/play.component.ts
+2
-2
No files found.
src/app/play/play.component.ts
View file @
058ddcbd
...
@@ -949,7 +949,7 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -949,7 +949,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content_middle
.
fontColor
=
'
#aa5a23
'
;
words_content_middle
.
fontColor
=
'
#aa5a23
'
;
words_content_middle
.
refreshSize
();
words_content_middle
.
refreshSize
();
words_bg_middle
.
addChild
(
words_content_middle
);
words_bg_middle
.
addChild
(
words_content_middle
);
words_bg_middle
.
setRadius
(
words_content
.
width
/
3
*
2
);
words_bg_middle
.
setRadius
(
words_content
_middle
.
width
/
3
*
2
);
let
scale_m
=
getMinScale
(
words_bg_middle
,
80
)
*
this
.
mapScale
let
scale_m
=
getMinScale
(
words_bg_middle
,
80
)
*
this
.
mapScale
words_bg_middle
.
setScaleXY
(
scale_m
);
words_bg_middle
.
setScaleXY
(
scale_m
);
...
@@ -967,7 +967,7 @@ export class PlayComponent implements OnInit, OnDestroy {
...
@@ -967,7 +967,7 @@ export class PlayComponent implements OnInit, OnDestroy {
words_content_right
.
fontColor
=
'
#fdcd00
'
;
words_content_right
.
fontColor
=
'
#fdcd00
'
;
words_content_right
.
refreshSize
();
words_content_right
.
refreshSize
();
words_bg_right
.
addChild
(
words_content_right
);
words_bg_right
.
addChild
(
words_content_right
);
words_bg_right
.
setRadius
(
words_content
.
width
/
3
*
2
);
words_bg_right
.
setRadius
(
words_content
_right
.
width
/
3
*
2
);
let
scale_r
=
getMinScale
(
words_bg_right
,
80
)
*
this
.
mapScale
let
scale_r
=
getMinScale
(
words_bg_right
,
80
)
*
this
.
mapScale
words_bg_right
.
setScaleXY
(
scale_r
);
words_bg_right
.
setScaleXY
(
scale_r
);
...
...
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