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
bbcd565f
authored
2020-08-17 17:18:33 +0800
by
刘远
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
2475da1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
src/components/addProjectMsg.vue
src/components/allSee.vue
src/components/addProjectMsg.vue
View file @
bbcd565
...
...
@@ -248,7 +248,6 @@
},
importantPrograme
(
e
)
{
debugger
if
(
!
this
.
isimportan1
)
{
this
.
isimportan1
=
true
;
}
else
{
...
...
src/components/allSee.vue
View file @
bbcd565
...
...
@@ -10,7 +10,6 @@
<span>
通视分析
</span>
<span
@
click=
"closePop"
class=
"close"
>
×
</span>
</div>
<div
class=
"func-input"
>
<span>
观察点高度
</span>
<el-input-number
v-model=
"num"
controls-position=
"right"
@
change=
"handleChange"
...
...
@@ -18,7 +17,6 @@
</el-input-number>
<span
style=
"margin-left: 12px;"
>
米
</span>
</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=
""
>
...
...
@@ -29,7 +27,6 @@
<span>
清除分析结果
</span>
</div>
</div>
</div>
</div>
</
template
>
...
...
@@ -43,7 +40,6 @@
return
{
step
:
0.01
,
num
:
1
,
// isAnalysis: true
}
},
mounted
()
{
...
...
@@ -62,7 +58,6 @@
stopAnalysis
()
{
this
.
viewpoint
.
remove
();
}
}
}
</
script
>
...
...
@@ -113,7 +108,6 @@
display
:
inline-block
;
}
.title-bt
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -136,8 +130,6 @@
padding
:
18px
24px
;
}
.func-btn
{
display
:
flex
;
padding
:
18px
24px
37px
24px
;
...
...
Please
register
or
sign in
to post a comment