Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a1af17d6
authored
2020-08-12 14:14:42 +0800
by
刘远
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
25c26130
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
src/components/visualField.vue
src/views/Home.vue
src/components/visualField.vue
View file @
a1af17d
...
...
@@ -60,6 +60,17 @@
<el-color-picker
v-model=
"noColor"
></el-color-picker>
</div>
</div>
<div
class=
"func-btn"
>
<div
class=
"btn-wrapper add-bg"
@
click=
"startAnalysis"
>
<img
style=
"width: 20px; height: 20px; margin: 0 5px 0 44px"
src=
"../assets/icon_开始分析.png"
alt=
""
>
<span>
开始绘制
</span>
</div>
<div
class=
"btn-wrapper"
@
click=
"stopAnalysis"
style=
"margin-left: 30px;"
>
<img
style=
"width: 20px; height: 20px;margin: 0 5px 0 26px"
src=
"../assets/icon_清除分析结果.png"
alt=
""
>
<span>
清除绘制结果
</span>
</div>
</div>
</div>
</div>
</
template
>
...
...
@@ -237,7 +248,7 @@
display
:
flex
;
justify-content
:
space-around
;
text-align
:
center
;
padding
:
30px
0px
;
padding
:
15px
0
0
0
;
}
.demonstration
{
...
...
src/views/Home.vue
View file @
a1af17d
...
...
@@ -25,12 +25,12 @@
@
roundSee=
'EroundSee'
@
horizon=
'Ehorizon'
@
allSee=
'EallSee'
@
ymAnslysis=
'EymAnslysis'
@
tjxAnslysis=
'EtjxAnslysis'
@
visualField=
'EvisualField'
@
yyAnslysis=
'EyyAnslysis'
@
kgAnalusis=
'EkgAnalusis'
:enlarge=
'enlarge'
:narrow=
'narrow'
:coordinate=
'coordinate'
...
...
Please
register
or
sign in
to post a comment