Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
桩
桩基检测
Project
Project
Details
Activity
Releases
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
张牧越
桩基检测
Commits
b37c8488
Commit
b37c8488
authored
Apr 14, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下部分可收起
parent
7e95fab6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
zjjc.html
pages/zjjc.html
+4
-0
zjjc.css
static/css/dist/zjjc.css
+1
-0
icon_shang.png
static/images/icon_shang.png
+0
-0
icon_xia.png
static/images/icon_xia.png
+0
-0
zjjc.js
static/js/zjjc.js
+10
-0
No files found.
pages/zjjc.html
View file @
b37c8488
...
...
@@ -68,10 +68,14 @@
</div>
<div
id=
"popup-info"
class=
"hidden popup-info"
></div>
<img
style=
"position:fixed;bottom: 0;left:50%; width:30px;cursor: pointer;transform: translateX(-50%);display: none;"
class=
"show-arrow"
onclick=
"getBottomData.showBottom()"
src=
"../static/images/icon_shang.png"
alt=
""
>
<div
class=
"bottom-item-table"
>
<div
class=
"panel-item panel-item2"
id=
"table-bottom"
>
<div
class=
"panel-title"
>
<p
class=
"name"
>
异常信息汇总
</p>
<img
style=
"width: 30px;margin-left:180px;cursor: pointer;"
onclick=
"getBottomData.hideBottom()"
src=
"../static/images/icon_xia.png"
alt=
""
>
<div
class=
"value"
>
<button
class=
"switch prev-month layui-btn layui-btn-normal"
onclick=
"getBottomData.getPrevMonth()"
>
上月
</button>
...
...
static/css/dist/zjjc.css
View file @
b37c8488
...
...
@@ -875,4 +875,5 @@ td {
height
:
inherit
;
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
\ No newline at end of file
static/images/icon_shang.png
0 → 100644
View file @
b37c8488
5.36 KB
static/images/icon_xia.png
0 → 100644
View file @
b37c8488
5.29 KB
static/js/zjjc.js
View file @
b37c8488
...
...
@@ -619,6 +619,16 @@ var getBottomData = {
}
});
},
showBottom
:
function
()
{
$
(
'.content-bg.content-bg-xia'
).
show
()
$
(
'.bottom-item-table'
).
show
()
$
(
'.show-arrow'
).
hide
()
},
hideBottom
:
function
()
{
$
(
'.content-bg.content-bg-xia'
).
hide
()
$
(
'.bottom-item-table'
).
hide
()
$
(
'.show-arrow'
).
show
()
}
}
$
(
function
()
{
...
...
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