Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
A
alien-species-think-tank
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
one-net
alien-species-think-tank
Commits
2f638850
Commit
2f638850
authored
Jan 27, 2024
by
范加坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网络信息模块
parent
f3fae600
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
index.vue
src/views/index.vue
+1
-2
species.vue
src/views/map/invade/species.vue
+2
-15
No files found.
src/views/index.vue
View file @
2f638850
...
@@ -49,7 +49,6 @@
...
@@ -49,7 +49,6 @@
</a-input>
</a-input>
</div>
</div>
<div
class=
"roster-wrap"
>
<div
class=
"roster-wrap"
>
<div
:class=
"'tab-item'"
>
物种名录
</div>
<!--
<div
class=
"roster"
>
<!--
<div
class=
"roster"
>
<div
<div
...
@@ -288,7 +287,7 @@ export default {
...
@@ -288,7 +287,7 @@ export default {
}
}
},
},
search
()
{
search
()
{
this
.
currentType
this
.
currentType
this
.
name
this
.
name
let
path
=
'/data/speciesDataList'
let
path
=
'/data/speciesDataList'
if
(
this
.
currentType
||
this
.
name
)
{
if
(
this
.
currentType
||
this
.
name
)
{
...
...
src/views/map/invade/species.vue
View file @
2f638850
...
@@ -3,19 +3,6 @@
...
@@ -3,19 +3,6 @@
<div
:id=
"config.id || 'invade-map'"
class=
"invade-map"
></div>
<div
:id=
"config.id || 'invade-map'"
class=
"invade-map"
></div>
<tab-map
v-show=
"config.show.info"
></tab-map>
<tab-map
v-show=
"config.show.info"
></tab-map>
<div
class=
"legend"
v-show=
"config.show.info"
>
<div
class=
"legend-item"
>
<div
class=
"legend-dot"
></div>
<span>
舆情监测点
</span>
</div>
<div
class=
"legend-item"
>
<div
class=
"legend-dot"
style=
"background-color: rgba(9, 132, 227)"
></div>
<span>
调查监测点
</span>
</div>
</div>
<BaseMsg
<BaseMsg
:id=
"id"
:id=
"id"
v-show=
"config.show.info"
v-show=
"config.show.info"
...
@@ -1156,7 +1143,7 @@ export default {
...
@@ -1156,7 +1143,7 @@ export default {
}
}
.map-chart-info {
.map-chart-info {
right: 2vh;
right: 2vh;
top:
calc(4vh + 5vh)
;
top:
2vh
;
background: none;
background: none;
.chart-info {
.chart-info {
width: 22vw;
width: 22vw;
...
@@ -1171,7 +1158,7 @@ export default {
...
@@ -1171,7 +1158,7 @@ export default {
}
}
.chart-addr-info {
.chart-addr-info {
width: 22vw;
width: 22vw;
height: 4
0
vh;
height: 4
6
vh;
padding: 2vh;
padding: 2vh;
.info-echarts,
.info-echarts,
.echarts {
.echarts {
...
...
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