Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit dc37d15f
authored
Aug 22, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换下样式
1 parent
01910af5
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
23 additions
and
23 deletions
src/views/layout/analysisCore.vue
src/views/layout/main.vue
src/views/layout/mainLayout.vue
src/views/managementResult/hgReportManagement/maintenanceHg.vue
src/views/managementResult/pgReportManagement/maintenancePg.vue
src/views/managementResult/pgReportManagement/managementHg.vue
src/views/managementResult/pgReportManagement/managementPg.vue
src/views/managementResult/situationResault/issuesInspection.vue
src/views/managementResult/situationResault/issuesLink.vue
src/views/managementResult/situationResault/schedule.vue
src/views/layout/analysisCore.vue
View file @
dc37d15
<
template
>
<
template
>
<div>
<div
id=
"parentElement"
v-show=
"false"
>
{{
id
}}
</div>
<iframe
:src=
"zjIframe"
frameborder=
"0"
id=
"iframezj"
></iframe>
<iframe
:src=
"zjIframe"
frameborder=
"0"
id=
"iframe"
></iframe>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -28,9 +26,10 @@ export default {
...
@@ -28,9 +26,10 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
#iframe
{
#iframe
zj
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
/* height: 100vh; */
height
:
calc
(
100vh
-
100px
);
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/layout/main.vue
View file @
dc37d15
...
@@ -36,12 +36,6 @@ export default {
...
@@ -36,12 +36,6 @@ export default {
h2
{
h2
{
margin-top
:
60px
;
margin-top
:
60px
;
}
}
.mainpng
{
margin-top
:
50px
;
width
:
100%
;
img{
width
:
100%
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/layout/mainLayout.vue
View file @
dc37d15
...
@@ -200,11 +200,9 @@ export default {
...
@@ -200,11 +200,9 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.layout
{
.layout
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
calc
(
100vh
-
100px
)
;
position
:
relative
;
position
:
relative
;
background
:
#fff
;
background
:
#fff
;
//
background
:
rgb
(
241
,
242
,
244
);
//
overflow
:
auto
;
display
:
flex
;
display
:
flex
;
flex-wrap
:
nowrap
;
flex-wrap
:
nowrap
;
position
:
relative
;
position
:
relative
;
...
...
src/views/managementResult/hgReportManagement/maintenanceHg.vue
View file @
dc37d15
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/pgReportManagement/maintenancePg.vue
View file @
dc37d15
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/pgReportManagement/managementHg.vue
View file @
dc37d15
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/pgReportManagement/managementPg.vue
View file @
dc37d15
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/situationResault/issuesInspection.vue
View file @
dc37d15
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/situationResault/issuesLink.vue
View file @
dc37d15
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/managementResult/situationResault/schedule.vue
View file @
dc37d15
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#iframe
{
#iframe
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
}
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment