Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
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
Administrator
web-monitor
Commits
c4679ea1
Commit
c4679ea1
authored
Feb 14, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面高度,分页位置
parent
8f280e75
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
93 additions
and
6 deletions
+93
-6
orgTree.vue
src/components/orgTree.vue
+1
-1
AppMain.vue
src/layout/components/AppMain.vue
+1
-1
Navbar.vue
src/layout/components/Navbar.vue
+1
-0
common.scss
src/styles/common.scss
+5
-0
sidebar.scss
src/styles/sidebar.scss
+1
-1
index.vue
src/views/alarm/cableTime/index.vue
+3
-3
leakageCable.vue
src/views/monitor/leakageCable.vue
+81
-0
No files found.
src/components/orgTree.vue
View file @
c4679ea1
...
...
@@ -208,7 +208,7 @@ export default {
.el-select-tree
{
width
:
300px
;
height
:
calc
(
100vh
-
10
px
);
height
:
calc
(
100vh
-
56
px
);
background
:
rgba
(
255
,
255
,
255
,
1
);
.tree_header
{
display
:
flex
;
...
...
src/layout/components/AppMain.vue
View file @
c4679ea1
...
...
@@ -25,7 +25,7 @@ export default {
background
:
#fff
;
border-radius
:
8px
;
/*50 = navbar */
min-height
:
calc
(
100vh
-
50
px
);
min-height
:
calc
(
100vh
-
106
px
);
width
:
calc
(
98%
-
20px
);
position
:
relative
;
overflow
:
hidden
;
...
...
src/layout/components/Navbar.vue
View file @
c4679ea1
...
...
@@ -189,6 +189,7 @@ export default {
.el-dropdown-menu
{
padding
:
5px
0
;
background
:
#2066f9
;
border
:
none
;
}
.el-dropdown-menu__item
:not
(
.is-disabled
)
:hover
{
background-color
:
#1a52c7
;
...
...
src/styles/common.scss
View file @
c4679ea1
...
...
@@ -23,7 +23,12 @@
.flex_clo
{
display
:
flex
;
flex-direction
:
column
;
height
:
880px
;
}
.leakage-cable
.leakage-top
{
padding-right
:
10px
;
}
.el-table
{
height
:
613px
;
overflow-y
:
scroll
;
}
src/styles/sidebar.scss
View file @
c4679ea1
...
...
@@ -2,7 +2,7 @@
.main-container
{
background-color
:
#F9F9F9
;
min-height
:
100%
;
min-height
:
calc
(
100%
-
56px
)
;
transition
:
margin-left
.28s
;
// margin-left: $sideBarWidth;
position
:
relative
;
...
...
src/views/alarm/cableTime/index.vue
View file @
c4679ea1
...
...
@@ -38,12 +38,12 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"uploadDate"
label=
"最新上传时间"
align=
"center"
/>
<el-table-column
prop=
"updateDate"
label=
"状态变化时间"
align=
"center"
/>
<el-table-column
prop=
"uploadDate"
label=
"最新上传时间"
align=
"center"
width=
"105"
/>
<el-table-column
prop=
"updateDate"
label=
"状态变化时间"
align=
"center"
width=
"105"
/>
<el-table-column
prop=
"confirmUser"
label=
"确认人"
align=
"center"
/>
<el-table-column
prop=
"confirmTime"
label=
"确认时间"
align=
"center"
/>
<el-table-column
fixed=
"right"
label=
"操作"
align=
"center"
width=
"100"
>
...
...
src/views/monitor/leakageCable.vue
View file @
c4679ea1
...
...
@@ -123,6 +123,87 @@ export default {
},
uploadDate
:
'2022/12/18 11:51:12'
}
,{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
},{
name
:
'STATION2未开通'
,
object
:
'漏缆FSU2_R1下行方向'
,
level
:
'重要'
,
message
:
{
red
:
[
'距离:0米 驻波比:8.72'
],
green
:
[
'距离:18米 驻波比:1.07'
,
'距离:42米 驻波比:1.02'
],
black
:
[
'漏缆百米损耗:2.8'
]
},
uploadDate
:
'2022/12/18 11:51:12'
}
],
};
},
...
...
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