Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
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
Kimber
ZiBoYingJI
Commits
31cebfca
Commit
31cebfca
authored
Jul 24, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'up'
parent
5c21331d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
index.html
public/datav/index.html
+18
-14
watersource.html
public/datav/watersource.html
+1
-1
No files found.
public/datav/index.html
View file @
31cebfca
...
...
@@ -120,8 +120,14 @@
margin-top
:
5vh
;
width
:
300px
;
}
.a0a_
ul
:first-child
{
margin-left
:
12vw
;}
.a0a_
ul
:last-child
{
margin-right
:
12vw
;}
.a0a_
ul
:first-child
{
margin-left
:
12vw
;
li{
margin-right
:
50px
;}
}
.a0a_
ul
:last-child
{
margin-right
:
12vw
;
li{
margin-left
:
50px
;}
}
.a0a_
ul
li
{
cursor
:
pointer
;
border-radius
:
5px
;
...
...
@@ -136,7 +142,6 @@
border
:
1px
solid
green
;
height
:
35px
;
width
:
140px
;
margin-left
:
50px
;
}
.a0a_
ul
.active
{
background-image
:
url(static/img/h_btn_a.png)
;
...
...
@@ -156,25 +161,25 @@
<div
style=
"margin-top: -44px;"
>
中和地信企业管理平台
</div>
<div
class=
"floating-text"
>
中和地信有限公司欢迎您
</div>
<div
class=
"a0a_"
id=
"h_tab"
>
<ul>
<li
data-id=
"1"
class=
"active"
>
应急管理
</li>
<li
data-id=
"2"
class=
""
>
自然资源
</li></ul>
<!-- <div class="a0a_" id="h_tab">
<ul>
<li data-id="2" class="" >自然资源</li>
<li data-id="3" class="" >水利系统</li>
</ul>
<ul>
<li data-id="4" class="">电子档案</li>
<li data-id="5" class="" >后台管理</li>
</ul>
</div>
</div>
-->
</div>
</div>
<div
class=
"fixed flex-text maxIndex pointer"
style=
"right: 30px;top: 45px;"
<
!-- <
div class="fixed flex-text maxIndex pointer" style="right: 30px;top: 45px;"
@click="gotoManagement()"
:class="isFullScreen?'tr-top':'tr-top-re'">
<img style="width: 24px;height: 24px;" src="static/backstage.png" alt="">
<div class="f20 color-theme ml10">后台管理</div>
</div>
</div>
-->
<div
class=
"wp100 hv100 fixed"
style=
"left: 0;top: 0;"
id=
"map"
></div>
...
...
@@ -991,11 +996,8 @@
// tab event
var
h_tab
=
this
.
$el
.
querySelector
(
"
#h_tab
"
);
console
.
log
(
'
h_tab ________________
'
,
h_tab
);
h_tab
.
onclick
=
function
(
e
){
var
tag
=
e
.
target
||
e
.
srcElement
;
console
.
log
(
'
tag ________________
'
,
tag
);
if
(
tag
.
nodeName
===
'
LI
'
){
var
did
=
~~
tag
.
dataset
.
id
;
...
...
@@ -1003,6 +1005,8 @@
window
.
open
(
'
/datav/natural.html
'
)
}
else
if
(
did
===
3
){
window
.
open
(
'
/datav/watersource.html
'
)
}
else
if
(
did
===
5
){
window
.
open
(
'
/
'
)
};
};
};
...
...
public/datav/watersource.html
View file @
31cebfca
...
...
@@ -808,7 +808,7 @@
<div
class=
"a-md33"
id=
"amd33"
>
<div
class=
"abs-full"
>
<div
class=
"m-tt"
>
<h4>
位移报警趋势
</h4>
<h4>
24小时各监测点降水量
</h4>
</div>
<div
class=
"m-body"
>
<div
class=
"wrap"
>
...
...
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