Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
cb73f6f5
Commit
cb73f6f5
authored
Dec 11, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
24a9bd78
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
615 additions
and
70 deletions
+615
-70
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+1
-2
MonitorSettings.vue
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
+63
-59
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+548
-5
MonitoringReport.vue
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
+3
-4
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
cb73f6f5
...
...
@@ -166,7 +166,7 @@
}
],
jkVisible
:
false
,
qyVisible
:
tru
e
,
qyVisible
:
fals
e
,
pldrVisible
:
false
,
}
},
...
...
@@ -184,7 +184,6 @@
<
style
lang=
"scss"
scoped
>
.EnterpriseMonitoring
{
padding
:
0px
16px
;
.header
{
background
:
#FFFFFF
;
padding
:
25px
16px
;
...
...
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
View file @
cb73f6f5
<
template
>
<!--监控维度设置-->
<div
class=
"app-container MonitorSettings"
>
<div
class=
"content"
>
<div
class=
"m-title"
>
监控维度设置
</div>
<div
class=
"m-main"
>
<div
class=
"main-item"
>
...
...
@@ -68,6 +69,8 @@
<span
class=
"btn2"
>
重置
</span>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -121,7 +124,6 @@
checkFxBtn
(
val
)
{
this
.
queryParams
.
fxType
=
[];
this
.
checkFx
=
true
;
this
.
search
();
},
checkFx1Btn
(
val
){
if
(
val
.
length
>
0
)
{
...
...
@@ -148,8 +150,10 @@
<
style
lang=
"scss"
scoped
>
.MonitorSettings
{
padding
:
0px
16px
;
.content
{
background
:
#ffffff
;
padding
:
16px
;
}
.m-title
{
border-left
:
2px
solid
rgba
(
35
,
35
,
35
,
0
.8
);;
padding-left
:
8px
;
...
...
@@ -158,11 +162,11 @@
line-height
:
16px
;
font-weight
:
700
;
color
:
#232323
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.m-main
{
border-bottom
:
1px
solid
#EEEEEE
;
margin-bottom
:
16px
;
}
.main-item
{
margin-bottom
:
16px
;
...
...
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
cb73f6f5
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
View file @
cb73f6f5
...
...
@@ -165,7 +165,6 @@
<
style
lang=
"scss"
scoped
>
.MonitoringReport
{
padding
:
0px
16px
;
/*background: #ffffff;*/
.header
{
justify-content
:
space-between
;
...
...
@@ -173,9 +172,9 @@
background
:
#FFFFFF
;
border-radius
:
4px
;
color
:
#232323
;
position
:
sticky
;
top
:
54px
;
z-index
:
999
;
/*position: sticky;*/
/*top: 54px;*/
/*z-index: 999;*/
::v-deep
.el-tabs
{
height
:
48px
;
line-height
:
48px
;
...
...
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